mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 07:30:47 +05:30
specify third-party storage huer
This commit is contained in:
+5
-1
@@ -3,7 +3,7 @@
|
|||||||
* Securefox *
|
* Securefox *
|
||||||
* "Natura non contristatur" *
|
* "Natura non contristatur" *
|
||||||
* priority: provide sensible security and privacy *
|
* priority: provide sensible security and privacy *
|
||||||
* version: 150 *
|
* version: 152 *
|
||||||
* url: https://github.com/yokoffing/Betterfox *
|
* url: https://github.com/yokoffing/Betterfox *
|
||||||
* credit: Most prefs are reproduced and adapted from the arkenfox project *
|
* credit: Most prefs are reproduced and adapted from the arkenfox project *
|
||||||
* credit urL: https://github.com/arkenfox/user.js *
|
* credit urL: https://github.com/arkenfox/user.js *
|
||||||
@@ -48,6 +48,10 @@ user_pref("browser.contentblocking.category", "strict"); // [HIDDEN PREF]
|
|||||||
// [2] https://hg.mozilla.org/mozilla-central/rev/e5483fd469ab#l4.12
|
// [2] https://hg.mozilla.org/mozilla-central/rev/e5483fd469ab#l4.12
|
||||||
// [3] https://developer.mozilla.org/docs/Web/Privacy/State_Partitioning#storage_access_heuristics
|
// [3] https://developer.mozilla.org/docs/Web/Privacy/State_Partitioning#storage_access_heuristics
|
||||||
//user_pref("privacy.antitracking.enableWebcompat", false);
|
//user_pref("privacy.antitracking.enableWebcompat", false);
|
||||||
|
//user_pref("privacy.restrict3rdpartystorage.heuristic.recently_visited", false);
|
||||||
|
//user_pref("privacy.restrict3rdpartystorage.heuristic.redirect", false);
|
||||||
|
//user_pref("privacy.restrict3rdpartystorage.heuristic.window_open", false);
|
||||||
|
//user_pref("privacy.restrict3rdpartystorage.heuristic.opened_window_after_interaction", false);
|
||||||
|
|
||||||
// PREF: set ETP Strict/Custom exception lists (FF141+)
|
// PREF: set ETP Strict/Custom exception lists (FF141+)
|
||||||
// [SETTING] Options>Privacy & Security>Enhanced Tracking Protection>Strict/Custom>Fix major [baseline] | minor [convenience]
|
// [SETTING] Options>Privacy & Security>Enhanced Tracking Protection>Strict/Custom>Fix major [baseline] | minor [convenience]
|
||||||
|
|||||||
Reference in New Issue
Block a user