mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-29 08:02:12 +05:30
Compare commits
2 Commits
ac66f06931
...
16d55d4837
| Author | SHA1 | Date | |
|---|---|---|---|
| 16d55d4837 | |||
| f12be5d56a |
+1
-1
@@ -24,7 +24,7 @@
|
||||
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); // [FF142+]
|
||||
user_pref("privacy.trackingprotection.allow_list.convenience.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
|
||||
|
||||
@@ -64,7 +64,6 @@ user_pref("layout.css.grid-template-masonry-value.enabled", true);
|
||||
/** TRACKING PROTECTION ***/
|
||||
user_pref("browser.contentblocking.category", "strict");
|
||||
user_pref("privacy.trackingprotection.allow_list.baseline.enabled", true);
|
||||
user_pref("privacy.trackingprotection.allow_list.convenience.enabled", true);
|
||||
user_pref("browser.download.start_downloads_in_tmp_dir", true);
|
||||
user_pref("browser.helperApps.deleteTempFileOnExit", true);
|
||||
user_pref("browser.uitour.enabled", false);
|
||||
@@ -230,3 +229,4 @@ user_pref("layout.word_select.eat_space_to_next_word", false);
|
||||
****************************************************************************/
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user