Bug 1225276 - Enable tracking protection by default in private browsing contexts. r=gwagner

This commit is contained in:
Fabrice Desré 2015-11-17 11:03:44 -08:00
parent f1503e1eb3
commit 385123aa7b

View File

@ -388,7 +388,7 @@ pref("urlclassifier.max-complete-age", 2700);
// Tracking protection
pref("privacy.trackingprotection.enabled", false);
pref("privacy.trackingprotection.pbmode.enabled", false);
pref("privacy.trackingprotection.pbmode.enabled", true);
#endif