summaryrefslogtreecommitdiffstats
path: root/config/privacy
AgeCommit message (Collapse)Author
2021-06-14Misc config loading fixesBjørn Erik Pedersen
The main motivation behind this is simplicity and correctnes, but the new small config library is also faster: ``` BenchmarkDefaultConfigProvider/Viper-16 252418 4546 ns/op 2720 B/op 30 allocs/op BenchmarkDefaultConfigProvider/Custom-16 450756 2651 ns/op 1008 B/op 6 allocs/op ``` Fixes #8633 Fixes #8618 Fixes #8630 Updates #8591 Closes #6680 Closes #5192
2020-12-03all: Format code with gofumptBjørn Erik Pedersen
See https://github.com/mvdan/gofumpt
2020-10-02tpl: Add Do Not Track (dnt) option to Vimeo shortcodeJosh Gerdes
Added a Vimeo EnableDNT privacy option to the Hugo config. This will enable the Vimeo 'Do Not Track' flag when either Vimeo shortcode tempalte options are used. When enabled, it will force the Vimeo player to be blocked from tracking any session data, including all cookies and stats. Fixes #7700
2019-08-12tests: Convert from testify to quicktestBjørn Erik Pedersen
2018-09-07config: Fix golint issuesCameron Moore
config/configProvider.go:54:9: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) config/privacy/privacyConfig.go:99:1: exported function DecodeConfig should have comment or be unexported config/services/servicesConfig.go:64:1: exported function DecodeConfig should have comment or be unexported
2018-06-09tplimpl: Remove speakerdeck shortcodeAlexandros
Fixes #4830
2018-05-31Fixes #4798Alex
2018-05-30Add vimeo_simpleAlexandros
Fixes #4749
2018-05-25Add no-cookie variants of the Google Analytics templatesBjørn Erik Pedersen
The current full set of options for GA is now: ```toml [privacy] [privacy.googleAnalytics] disable = false respectDoNotTrack = true anonymizeIP = true useSessionStorage = true ``` Fixes #4775
2018-05-25Remove youtube_simple for nowBjørn Erik Pedersen
We need to revisit and complete that. See #4751
2018-05-25Add anonymizeIP to GA privacy configBjørn Erik Pedersen
See #4751
2018-05-24Support DNT in Twitter shortcode for GDPRBjørn Erik Pedersen
Fixes #4765
2018-05-24tpl: Alias tweet shortode to twitterBjørn Erik Pedersen
See #4765
2018-05-23Add instagram_simple shortcodeBjørn Erik Pedersen
Fixes #4748
2018-05-21Add YouTube shortcode simple modeBjørn Erik Pedersen
Adapted from the work of @onedrawingperday. See #4616
2018-05-21Add PrivacyEnhanced mode for YouTube to the GDPR PolicyBjørn Erik Pedersen
See #4616
2018-05-21Add RespectDoNotTrack to GDPR privacy policy for Google AnalyticsBjørn Erik Pedersen
See #4616
2018-05-21config: Add the foundation for GDPR privacy configurationBjørn Erik Pedersen
See #4616