IE8/7 error: SEC7111: HTTPS security is compromised by http://html5shiv.googlecode.com/svn/trunk/html5.js

Above error causes page layout being broken for legacy IE.

Fix in: /sites/all/themes/omega/omega/templates/html.tpl.php
on ln: 8

-  <!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
+  <!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->

PS
I would check ver.: 4 for this and similar issues, wherever the external code is loaded.

Comments

fubhy’s picture

Status: Active » Closed (duplicate)
fubhy’s picture

Also, this is not relevant for v4 because we don't use the CDN.