From 2f9fd3c75c9cb119be2a232c358be32126dd0354 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Fri, 13 Sep 2019 07:24:48 -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 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"