config: Privacy stuff.
This commit is contained in:
parent
cc9b712e61
commit
9fb77367fa
1 changed files with 23 additions and 1 deletions
22
config.toml
22
config.toml
|
|
@ -61,3 +61,25 @@ canonifyURLs = true
|
||||||
|
|
||||||
|
|
||||||
[params.share]
|
[params.share]
|
||||||
|
|
||||||
|
[privacy]
|
||||||
|
[privacy.disqus]
|
||||||
|
disable = false
|
||||||
|
[privacy.googleAnalytics]
|
||||||
|
anonymizeIP = true
|
||||||
|
disable = false
|
||||||
|
respectDoNotTrack = true
|
||||||
|
useSessionStorage = true
|
||||||
|
[privacy.instagram]
|
||||||
|
disable = false
|
||||||
|
simple = true
|
||||||
|
[privacy.twitter]
|
||||||
|
disable = false
|
||||||
|
enableDNT = true
|
||||||
|
simple = true
|
||||||
|
[privacy.vimeo]
|
||||||
|
disable = false
|
||||||
|
simple = true
|
||||||
|
[privacy.youtube]
|
||||||
|
disable = false
|
||||||
|
privacyEnhanced = true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue