Commit 0500a8bd

mo <mokha@cisco.com>
2017-04-28 02:53:00
use https.
1 parent 09875ef
Changed files (2)
public/404.html
@@ -30,7 +30,7 @@
     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="https://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>
 </article>
 </body>
 </html>
public/500.html
@@ -31,7 +31,7 @@
     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="https://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>
 </article>
 </body>
 </html>