mirror of
https://github.com/h5bp/html5-boilerplate.git
synced 2026-01-09 14:48:02 -05:00
Fix 404 widget script URL
Fix 404 widget script URL to be compatible with HTTPS by replacing `http://` with `//`. The script hosted by Google is available on both protocols.
This commit is contained in:
committed by
Nicolas Gallagher
parent
b83ce3b1b4
commit
a10460934d
2
404.html
2
404.html
@@ -151,7 +151,7 @@
|
||||
<script>
|
||||
var GOOG_FIXURL_LANG = (navigator.language || '').slice(0,2),GOOG_FIXURL_SITE = location.host;
|
||||
</script>
|
||||
<script src="http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>
|
||||
<script src="//linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user