Anonymize IP addresses in Google Analytics

This is necessary to comply with our privacy policy and fixes #34.
This commit is contained in:
Niko Strijbol 2020-08-01 23:07:04 +02:00
parent 2bf5bbf066
commit 6e62004a58
No known key found for this signature in database
GPG Key ID: 1A8AEBABD9012251
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@
})(window,document,"script","//www.google-analytics.com/analytics.js","ga");
ga("create", "UA-25444917-8", "auto");
ga('set', 'anonymizeIp', true);
ga("send", "pageview");
</script>
</body>