Fixing privacy settings in config.toml
This commit is contained in:
parent
a5f9353960
commit
1876cb97c5
1 changed files with 4 additions and 4 deletions
|
|
@ -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 -"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue