diff --git a/services/web/app/views/layout.pug b/services/web/app/views/layout.pug index aac79bd463..36b325bec2 100644 --- a/services/web/app/views/layout.pug +++ b/services/web/app/views/layout.pug @@ -35,6 +35,7 @@ html( })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); script(type="text/javascript", nonce=scriptNonce). ga('create', '#{gaToken}', '#{settings.cookieDomain.replace(/^\./, "")}'); + ga('set', 'anonymizeIp', true); ga('send', 'pageview'); try {