diff options
author | JustOff <Off.Just.Off@gmail.com> | 2018-06-11 13:46:22 +0300 |
---|---|---|
committer | JustOff <Off.Just.Off@gmail.com> | 2018-06-11 13:46:22 +0300 |
commit | a250b46a0b6f7659bd14beef2b06f59c80e51e9c (patch) | |
tree | 5cf722e875d03f45631870652e3dd242345fc617 /application/palemoon/app | |
parent | 24f8b2fd5e2384a0e9f7a8f47005bd9c248f60be (diff) | |
download | UXP-a250b46a0b6f7659bd14beef2b06f59c80e51e9c.tar UXP-a250b46a0b6f7659bd14beef2b06f59c80e51e9c.tar.gz UXP-a250b46a0b6f7659bd14beef2b06f59c80e51e9c.tar.lz UXP-a250b46a0b6f7659bd14beef2b06f59c80e51e9c.tar.xz UXP-a250b46a0b6f7659bd14beef2b06f59c80e51e9c.zip |
[PALEMOON] Change the three-state DoNotTrack controls to a simple on/off switch
Diffstat (limited to 'application/palemoon/app')
-rw-r--r-- | application/palemoon/app/profile/palemoon.js | 1 |
1 files changed, 0 insertions, 1 deletions
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); |