Fixing privacy settings in config.toml

This commit is contained in:
Don Harper 2019-09-13 07:24:48 -05:00
parent 110daa3449
commit 2f9fd3c75c

View file

@ -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"