From 6e62004a58b26770befd746185a8f7a241010112 Mon Sep 17 00:00:00 2001 From: Niko Strijbol Date: Sat, 1 Aug 2020 23:07:04 +0200 Subject: [PATCH] Anonymize IP addresses in Google Analytics This is necessary to comply with our privacy policy and fixes #34. --- src/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.html b/src/index.html index 62f04c2..6a08035 100644 --- a/src/index.html +++ b/src/index.html @@ -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");