|
1 | 1 | /****** |
2 | 2 | * name: arkenfox user.js |
3 | | -* date: 5 November 2025 |
| 3 | +* date: 15 November 2025 |
4 | 4 | * version: 144 |
5 | 5 | * urls: https://github.com/arkenfox/user.js [repo] |
6 | 6 | * : https://arkenfox.github.io/gui/ [interactive] |
@@ -286,7 +286,7 @@ user_pref("browser.urlbar.trending.featureGate", false); |
286 | 286 | user_pref("browser.urlbar.addons.featureGate", false); // [FF115+] |
287 | 287 | user_pref("browser.urlbar.amp.featureGate", false); // [FF141+] adMarketplace |
288 | 288 | 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 |
290 | 290 | user_pref("browser.urlbar.mdn.featureGate", false); // [FF117+] |
291 | 291 | user_pref("browser.urlbar.weather.featureGate", false); // [FF108+] |
292 | 292 | user_pref("browser.urlbar.wikipedia.featureGate", false); // [FF141+] |
@@ -600,9 +600,12 @@ user_pref("browser.contentblocking.category", "strict"); // [HIDDEN PREF] |
600 | 600 | * [2] https://hg.mozilla.org/mozilla-central/rev/e5483fd469ab#l4.12 |
601 | 601 | * [3] https://developer.mozilla.org/docs/Web/Privacy/State_Partitioning#storage_access_heuristics ***/ |
602 | 602 | // 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] |
604 | 605 | [1] https://support.mozilla.org/en-US/kb/manage-enhanced-tracking-protection-exceptions |
605 | 606 | [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] |
606 | 609 |
|
607 | 610 | /*** [SECTION 2800]: SHUTDOWN & SANITIZING |
608 | 611 | We enable sanitizeOnShutdown to help prevent 1st party website tracking across sessions. |
|
0 commit comments