summaryrefslogtreecommitdiffstats
path: root/config/privacy/privacyConfig.go
diff options
context:
space:
mode:
Diffstat (limited to 'config/privacy/privacyConfig.go')
-rw-r--r--config/privacy/privacyConfig.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/privacy/privacyConfig.go b/config/privacy/privacyConfig.go
index 9c2a8df66..33e98754c 100644
--- a/config/privacy/privacyConfig.go
+++ b/config/privacy/privacyConfig.go
@@ -48,6 +48,9 @@ type GoogleAnalytics struct {
// Enabling this will make the GA templates respect the
// "Do Not Track" HTTP header. See https://www.paulfurley.com/google-analytics-dnt/.
RespectDoNotTrack bool
+
+ // Enabling this will make it so the users' IP addresses are anonymized within Google Analytics.
+ AnonymizeIP bool
}
// Instagram holds the privacy configuration settings related to the Instagram shortcode.