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.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/privacy/privacyConfig.go b/config/privacy/privacyConfig.go
index bcffec8af..9c2a8df66 100644
--- a/config/privacy/privacyConfig.go
+++ b/config/privacy/privacyConfig.go
@@ -67,6 +67,10 @@ type SpeakerDeck struct {
// Twitter holds the privacy configuration settingsrelated to the Twitter shortcode.
type Twitter struct {
Service `mapstructure:",squash"`
+
+ // When set to true, the Tweet and its embedded page on your site are not used
+ // for purposes that include personalized suggestions and personalized ads.
+ EnableDNT bool
}
// Vimeo holds the privacy configuration settingsrelated to the Vimeo shortcode.