From: Christian Oliff Date: Wed, 19 Oct 2016 14:35:10 +0000 (+0900) Subject: Update Google Analytics snippet to always load via HTTPS X-Git-Tag: v4.0.0-alpha.6~491^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F20945%2Fhead;p=thirdparty%2Fbootstrap.git Update Google Analytics snippet to always load via HTTPS This is the official Google Analytics snippet. --- diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 54bfddf690..37e27cd07d 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -33,7 +33,7 @@ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) - })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-146052-10', 'getbootstrap.com'); ga('send', 'pageview');