From f012f9a20cd6cb56d21f17979b21b129e0111ae3 Mon Sep 17 00:00:00 2001 From: Ankur Sinha Date: Sun, 6 Oct 2019 19:54:48 +0200 Subject: [PATCH] Google analytics privacy options for GDPR compliance --- exampleSite/config.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 8943dda..2e8ca91 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -43,6 +43,13 @@ canonifyurls = true #casper or caspertwo singleViewStyle = "casper" +[privacy] + [privacy.googleAnalytics] + anonymizeIP = true + disable = false + respectDoNotTrack = true + useSessionStorage = true + [permalinks] post = "/post/:slug/"