Merge pull request #250 from Labs64/pr-anonymize_ip

Enable IP anonymization in Google Analytics (GDPR)
This commit is contained in:
Patrick Marsceill
2020-04-24 14:47:21 -04:00
committed by GitHub
3 changed files with 3 additions and 1 deletions

View File

@@ -103,4 +103,5 @@ See [Customization]({{ site.baseurl }}{% link docs/customization.md %}) for more
# Google Analytics Tracking (optional)
# e.g, UA-1234567-89
ga_tracking: UA-5555555-55
ga_tracking_anonymize_ip: true # Use GDPR compliant Google Analytics settings (true by default)
```