Skip to content

Commit a104609

Browse files
Alfred Xingnecolas
authored andcommitted
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.
1 parent b83ce3b commit a104609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ <h1>Not found <span>:(</span></h1>
151151
<script>
152152
var GOOG_FIXURL_LANG = (navigator.language || '').slice(0,2),GOOG_FIXURL_SITE = location.host;
153153
</script>
154-
<script src="http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>
154+
<script src="//linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>
155155
</div>
156156
</body>
157157
</html>

0 commit comments

Comments
 (0)