From 1876cb97c583343b91d443d1a2a524a678e9840f Mon Sep 17 00:00:00 2001 From: Don Harper Date: Fri, 13 Sep 2019 07:24:54 -0500 Subject: [PATCH] Fixing privacy settings in config.toml --- config.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -"