Skip to content

Commit 4d00919

Browse files
matthewjbergermmistakes
authored andcommitted
Add https prefix to google-universal embed code. (mmistakes#772)
1 parent c145535 commit 4d00919

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/analytics-providers/google-universal.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
33
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
44
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
5-
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
5+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
66

77
ga('create', '{{ site.analytics.google.tracking_id }}', 'auto');
88
ga('send', 'pageview');
9-
</script>
9+
</script>

0 commit comments

Comments
 (0)