diff options
| author | mo <mokha@cisco.com> | 2017-04-27 20:53:00 -0600 |
|---|---|---|
| committer | mo <mokha@cisco.com> | 2017-04-27 20:53:00 -0600 |
| commit | 0500a8bdae42e7df6a5a72c0d3db48282d44d3e1 (patch) | |
| tree | 686f08bd2e90e0ee26b4d679e29b38d2966428b5 /public | |
| parent | 09875efd5c972ab34dcb6fc5b3331f93f86fc2a0 (diff) | |
use https.
Diffstat (limited to 'public')
| -rw-r--r-- | public/404.html | 2 | ||||
| -rw-r--r-- | public/500.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/public/404.html b/public/404.html index 5dfdeae1..56c5dfeb 100644 --- a/public/404.html +++ b/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> diff --git a/public/500.html b/public/500.html index 65b81c26..61448d83 100644 --- a/public/500.html +++ b/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> |
