Skip to content

Commit dd081db

Browse files
ETP exception lists
1 parent 59c17aa commit dd081db

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

user.js

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/******
22
* name: arkenfox user.js
3-
* date: 5 November 2025
3+
* date: 15 November 2025
44
* version: 144
55
* urls: https://github.com/arkenfox/user.js [repo]
66
* : https://arkenfox.github.io/gui/ [interactive]
@@ -286,7 +286,7 @@ user_pref("browser.urlbar.trending.featureGate", false);
286286
user_pref("browser.urlbar.addons.featureGate", false); // [FF115+]
287287
user_pref("browser.urlbar.amp.featureGate", false); // [FF141+] adMarketplace
288288
user_pref("browser.urlbar.importantDates.featureGate", false); // [FF143+]
289-
user_pref("browser.urlbar.market.featureGate", false); // [FF143+] financial stocks
289+
user_pref("browser.urlbar.market.featureGate", false); // [FF143+] stock market
290290
user_pref("browser.urlbar.mdn.featureGate", false); // [FF117+]
291291
user_pref("browser.urlbar.weather.featureGate", false); // [FF108+]
292292
user_pref("browser.urlbar.wikipedia.featureGate", false); // [FF141+]
@@ -600,9 +600,12 @@ user_pref("browser.contentblocking.category", "strict"); // [HIDDEN PREF]
600600
* [2] https://hg.mozilla.org/mozilla-central/rev/e5483fd469ab#l4.12
601601
* [3] https://developer.mozilla.org/docs/Web/Privacy/State_Partitioning#storage_access_heuristics ***/
602602
// user_pref("privacy.antitracking.enableWebcompat", false);
603-
/* 2705: (FF142+)
603+
/* 2705: set ETP Strict/Custom exception lists (FF141+)
604+
[SETTING] Options>Privacy & Security>Enhanced Tracking Protection>Strict/Custom>Fix major [baseline] | minor [convenience]
604605
[1] https://support.mozilla.org/en-US/kb/manage-enhanced-tracking-protection-exceptions
605606
[2] https://etp-exceptions.mozilla.org/ ***/
607+
user_pref("privacy.trackingprotection.allow_list.baseline.enabled", true); // [DEFAULT: true]
608+
user_pref("privacy.trackingprotection.allow_list.convenience.enabled", false); // DEFAULT: false when ETP Strict manually chosen]
606609

607610
/*** [SECTION 2800]: SHUTDOWN & SANITIZING
608611
We enable sanitizeOnShutdown to help prevent 1st party website tracking across sessions.

0 commit comments

Comments
 (0)