-
Bug
-
Resolution: Cannot Reproduce
-
None
Almost every page that I go to on phpBB.com now gives an IE information bar saying "To help protect your security, Internet Explorer has blocked this website from displaying content with security certificate errors." This is very annoying as it can't be turned off.
The only https things that I found in all of the pages was the following code for Google Analytics.
<script type="text/javascript">
|
// <![CDATA[
|
var _gaq = _gaq || [];
|
_gaq.push(['_setAccount', 'UA-93879-2']);
|
_gaq.push(['_trackPageview']);
|
|
(function() {
|
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
})();
|
// ]]>
|
</script>
|
I know that Google's certificate issues aren't your fault, but as you're the user of the content, maybe you could contact them to fix the certificate. In the meantime, is it possible to just use the http links?
Part of the problem may be that my employer upgraded to Windows 7 and new security policies, but phpBB is still linking to "bad" content.