hugo/config/privacy
Bjørn Erik Pedersen a51945ea4b Add no-cookie variants of the Google Analytics templates
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-25 15:56:10 +02:00
..
privacyConfig.go Add no-cookie variants of the Google Analytics templates 2018-05-25 15:56:10 +02:00
privacyConfig_test.go Add no-cookie variants of the Google Analytics templates 2018-05-25 15:56:10 +02:00