diff --git a/config.toml b/config.toml index f8d8a82e..02495a31 100644 --- a/config.toml +++ b/config.toml @@ -20,11 +20,11 @@ preserveTaxonomyNames = true # Google Analytics privacy settings - https://gohugo.io/about/hugo-and-gdpr/index.html#googleanalytics [privacy.googleAnalytics] # set to true to disable service - disable = false + disable = true # set to true to meet General Data Protection Regulation (GDPR) - anonymizeIP = false - respectDoNotTrack = false - useSessionStorage = false + anonymizeIP = true + respectDoNotTrack = true + useSessionStorage = true [params] email = "duck@duckland.org"