diff --git a/Securefox.js b/Securefox.js index 739e87c..a48f410 100644 --- a/Securefox.js +++ b/Securefox.js @@ -23,8 +23,8 @@ // [2] https://www.reddit.com/r/firefox/comments/l7xetb/network_priority_for_firefoxs_enhanced_tracking/gle2mqn/?web2x&context=3 user_pref("browser.contentblocking.category", "strict"); // [HIDDEN] // [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1970647 -//user_pref('privacy.trackingprotection.allow_list.baseline.enabled", true); // DEFAULT [FF142+] -//user_pref('privacy.trackingprotection.allow_list.convenience.enabled", true); // DEFAULT [FF142+] +user_pref("privacy.trackingprotection.allow_list.baseline.enabled", true); // [FF142+] +user_pref("privacy.trackingprotection.allow_list.convenience.enabled", true); // [FF142+] //user_pref("privacy.trackingprotection.enabled", true); // enabled with "Strict" //user_pref("privacy.trackingprotection.pbmode.enabled", true); // DEFAULT //user_pref("browser.contentblocking.customBlockList.preferences.ui.enabled", false); // DEFAULT