diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-06-11 14:42:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-11 14:42:11 +0200 |
commit | b1d82a62259c6888ea6f3f71f3e0973ea4b4e85e (patch) | |
tree | a68db88b7aa33f84961dac6fd7062f21b3e6429a /application/palemoon/app | |
parent | bcb73db295d43574ded5376bae806fc18d50e21a (diff) | |
parent | a250b46a0b6f7659bd14beef2b06f59c80e51e9c (diff) | |
download | UXP-b1d82a62259c6888ea6f3f71f3e0973ea4b4e85e.tar UXP-b1d82a62259c6888ea6f3f71f3e0973ea4b4e85e.tar.gz UXP-b1d82a62259c6888ea6f3f71f3e0973ea4b4e85e.tar.lz UXP-b1d82a62259c6888ea6f3f71f3e0973ea4b4e85e.tar.xz UXP-b1d82a62259c6888ea6f3f71f3e0973ea4b4e85e.zip |
Merge pull request #474 from JustOff/PR_dnt_two_state
[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); |