summaryrefslogtreecommitdiffstats
path: root/src/config/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/config.c')
-rw-r--r--src/config/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/config.c b/src/config/config.c
index 9951765..fbaf7d8 100644
--- a/src/config/config.c
+++ b/src/config/config.c
@@ -154,7 +154,7 @@ set_defaults(MqConfig *config, MqConfigProfile profile)
profile != MQ_CONFIG_PROFILE_PRIVATE);
/* Security and Privacy -> Cookies */
- SET_STR ("cookies.accept", "always");
+ SET_STR ("cookies.accept", "no-third-party");
/* Security and Privacy -> Security */
SET_BOOL("security.xss-auditor.enable", TRUE);