1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-29 16:11:23 +05:30

privacy.trackingprotection.allow_list

This commit is contained in:
yokoffing
2025-08-20 13:53:53 -04:00
committed by GitHub
parent 6f3d8275d4
commit 84a2550ed9
+3
View File
@@ -63,6 +63,8 @@ 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);
@@ -231,3 +233,4 @@ user_pref("layout.word_select.eat_space_to_next_word", false);