1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-28 15:41:46 +05:30

enable privacy.antitracking.isolateContentScriptResources

This commit is contained in:
yokoffing
2026-04-13 10:38:01 -04:00
committed by GitHub
parent 8f218bceab
commit 9c1762e7bb
+1 -1
View File
@@ -22,7 +22,7 @@ user_pref("browser.contentblocking.category", "strict");
user_pref("browser.download.start_downloads_in_tmp_dir", true);
/** OCSP & CERTS / HPKP ***/
//user_pref("privacy.antitracking.isolateContentScriptResources", true); // needed for next ESR if not a default pref
user_pref("privacy.antitracking.isolateContentScriptResources", true); // needed for next ESR if not a default pref
user_pref("security.csp.reporting.enabled", false);
/** DISK AVOIDANCE ***/