Fixing privacy settings in config.toml
This commit is contained in:
parent
110daa3449
commit
2f9fd3c75c
1 changed files with 4 additions and 4 deletions
|
|
@ -20,11 +20,11 @@ preserveTaxonomyNames = true
|
||||||
# Google Analytics privacy settings - https://gohugo.io/about/hugo-and-gdpr/index.html#googleanalytics
|
# Google Analytics privacy settings - https://gohugo.io/about/hugo-and-gdpr/index.html#googleanalytics
|
||||||
[privacy.googleAnalytics]
|
[privacy.googleAnalytics]
|
||||||
# set to true to disable service
|
# set to true to disable service
|
||||||
disable = false
|
disable = true
|
||||||
# set to true to meet General Data Protection Regulation (GDPR)
|
# set to true to meet General Data Protection Regulation (GDPR)
|
||||||
anonymizeIP = false
|
anonymizeIP = true
|
||||||
respectDoNotTrack = false
|
respectDoNotTrack = true
|
||||||
useSessionStorage = false
|
useSessionStorage = true
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
email = "duck@duckland.org"
|
email = "duck@duckland.org"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue