From 5b69434a840829fea718c7248977b22be907412d Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 06 Nov 2017 16:56:08 -0500 Subject: mq_config_new(): Set cookies.accept to "no-third-party" by default For any profile type. --- 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); -- cgit v0.9.1