user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit b2fc9bc2664820cb22a658fb9a3977390029333a
parent ca1cc2001f9d40c4dff9e32f396cf9d43df256cb
Author: earthlng <earthlng@users.noreply.github.com>
Date:   Sun, 30 Sep 2018 15:20:36 +0000

remove 0421: privacy.trackingprotection.ui.enabled

- pref removed in FF63 (https://bugzilla.mozilla.org/1476879)
- when we added it the default was false
- default is true since FF57
- it's only an UI thing

ergo we don't need to move it to 9999
Diffstat:
Muser.js | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/user.js b/user.js @@ -285,9 +285,6 @@ user_pref("browser.safebrowsing.provider.google4.dataSharingURL", ""); * [2] https://support.mozilla.org/kb/tracking-protection-firefox ***/ // user_pref("privacy.trackingprotection.pbmode.enabled", true); // default: true // user_pref("privacy.trackingprotection.enabled", true); -/* 0421: enable more Tracking Protection choices under Options>Privacy & Security>Use Tracking Protection - * Displays three choices: "Always", "Only in private windows", "Never" ***/ -user_pref("privacy.trackingprotection.ui.enabled", true); /* 0422: set which Tracking Protection block list to use * [WARNING] We don't recommend enforcing this from here, as available block lists can change * [SETTING] Privacy & Security>Tracking Protection>Change Block List ***/