diff --git a/config.toml b/config.toml index efa65853..335d8e02 100644 --- a/config.toml +++ b/config.toml @@ -19,11 +19,11 @@ theme = "story" # 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] copyright = "All Rights Reserved - 2006 -"