From a250b46a0b6f7659bd14beef2b06f59c80e51e9c Mon Sep 17 00:00:00 2001 From: JustOff Date: Mon, 11 Jun 2018 13:46:22 +0300 Subject: [PALEMOON] Change the three-state DoNotTrack controls to a simple on/off switch --- application/palemoon/app/profile/palemoon.js | 1 - 1 file changed, 1 deletion(-) (limited to 'application/palemoon/app') diff --git a/application/palemoon/app/profile/palemoon.js b/application/palemoon/app/profile/palemoon.js index 0f820e1c3..fdef7506a 100644 --- a/application/palemoon/app/profile/palemoon.js +++ b/application/palemoon/app/profile/palemoon.js @@ -1012,7 +1012,6 @@ pref("services.sync.prefs.sync.privacy.clearOnShutdown.sessions", true); pref("services.sync.prefs.sync.privacy.clearOnShutdown.siteSettings", true); pref("services.sync.prefs.sync.privacy.clearOnShutdown.connectivityData", true); pref("services.sync.prefs.sync.privacy.donottrackheader.enabled", true); -pref("services.sync.prefs.sync.privacy.donottrackheader.value", true); pref("services.sync.prefs.sync.privacy.sanitize.sanitizeOnShutdown", true); pref("services.sync.prefs.sync.security.OCSP.enabled", true); pref("services.sync.prefs.sync.security.OCSP.require", true); -- cgit v1.2.3