1
1
/******
2
2
* name: arkenfox user.js
3
- * date: 5 February 2024
4
- * version: 122
3
+ * date: 8 March 2024
4
+ * version: 123
5
5
* urls: https://github.com/arkenfox/user.js [repo]
6
6
* : https://arkenfox.github.io/gui/ [interactive]
7
7
* license: MIT: https://github.com/arkenfox/user.js/blob/master/LICENSE.txt
35
35
- It is recommended to not use the updater, or you will get a later version which may cause issues.
36
36
So you should manually append your overrides (and keep a copy), and manually update when you
37
37
change ESR releases (arkenfox is already past that release)
38
- - If you decide to keep updating, then the onus is on - also see section 9999
38
+ - If you decide to keep updating, then the onus is on you - also see section 9999
39
39
40
40
* INDEX:
41
41
@@ -95,8 +95,8 @@ user_pref("browser.startup.homepage", "about:blank");
95
95
user_pref ( "browser.newtabpage.enabled" , false ) ;
96
96
/* 0105: disable sponsored content on Firefox Home (Activity Stream)
97
97
* [SETTING] Home>Firefox Home Content ***/
98
- user_pref ( "browser.newtabpage.activity-stream.showSponsored" , false ) ; // [FF58+] Pocket > Sponsored Stories
99
- user_pref ( "browser.newtabpage.activity-stream.showSponsoredTopSites" , false ) ; // [FF83+] Sponsored shortcuts
98
+ user_pref ( "browser.newtabpage.activity-stream.showSponsored" , false ) ; // [FF58+]
99
+ user_pref ( "browser.newtabpage.activity-stream.showSponsoredTopSites" , false ) ; // [FF83+] Shortcuts> Sponsored shortcuts
100
100
/* 0106: clear default topsites
101
101
* [NOTE] This does not block you from adding your own ***/
102
102
user_pref ( "browser.newtabpage.activity-stream.default.sites" , "" ) ;
@@ -158,9 +158,6 @@ user_pref("toolkit.telemetry.firstShutdownPing.enabled", false); // [FF57+]
158
158
user_pref ( "toolkit.telemetry.coverage.opt-out" , true ) ; // [HIDDEN PREF]
159
159
user_pref ( "toolkit.coverage.opt-out" , true ) ; // [FF64+] [HIDDEN PREF]
160
160
user_pref ( "toolkit.coverage.endpoint.base" , "" ) ;
161
- /* 0334: disable PingCentre telemetry (used in several System Add-ons) [FF57+]
162
- * Defense-in-depth: currently covered by 0331 ***/
163
- user_pref ( "browser.ping-centre.telemetry" , false ) ;
164
161
/* 0335: disable Firefox Home (Activity Stream) telemetry ***/
165
162
user_pref ( "browser.newtabpage.activity-stream.feeds.telemetry" , false ) ;
166
163
user_pref ( "browser.newtabpage.activity-stream.telemetry" , false ) ;
@@ -303,10 +300,12 @@ user_pref("_user.js.parrot", "0800 syntax error: the parrot's ceased to be!");
303
300
* [1] https://bugzilla.mozilla.org/1348275 ***/
304
301
user_pref ( "browser.urlbar.speculativeConnect.enabled" , false ) ;
305
302
/* 0802: disable location bar contextual suggestions
306
- * [SETTING] Privacy & Security>Address Bar>Suggestions from...
303
+ * [NOTE] The UI is controlled by the .enabled pref
304
+ * [SETTING] Search>Address Bar>Suggestions from...
307
305
* [1] https://blog.mozilla.org/data/2021/09/15/data-and-firefox-suggest/ ***/
308
- user_pref ( "browser.urlbar.suggest.quicksuggest.nonsponsored" , false ) ; // [FF95+]
309
- user_pref ( "browser.urlbar.suggest.quicksuggest.sponsored" , false ) ; // [FF92+]
306
+ // user_pref("browser.urlbar.quicksuggest.enabled", false); // [FF92+] [DEFAULT: false]
307
+ // user_pref("browser.urlbar.suggest.quicksuggest.nonsponsored", false); // [FF95+] [DEFAULT: false]
308
+ // user_pref("browser.urlbar.suggest.quicksuggest.sponsored", false); // [FF92+] [DEFAULT: false]
310
309
/* 0803: disable live search suggestions
311
310
* [NOTE] Both must be true for the location bar to work
312
311
* [SETUP-CHROME] Override these if you trust and use a privacy respecting search engine
@@ -322,7 +321,7 @@ user_pref("browser.urlbar.mdn.featureGate", false); // [FF117+] [HIDDEN PREF]
322
321
user_pref ( "browser.urlbar.pocket.featureGate" , false ) ; // [FF116+] [DEFAULT: false]
323
322
user_pref ( "browser.urlbar.weather.featureGate" , false ) ; // [FF108+] [DEFAULT: false]
324
323
/* 0807: disable urlbar clipboard suggestions [FF118+] ***/
325
- // user_pref("browser.urlbar.clipboard.featureGate", false); // [DEFAULT: false ]
324
+ // user_pref("browser.urlbar.clipboard.featureGate", false); // [DEFAULT: true FF125+ ]
326
325
/* 0810: disable search and form history
327
326
* [SETUP-WEB] Be aware that autocomplete form data can be read by third parties [1][2]
328
327
* [NOTE] We also clear formdata on exit (2811)
@@ -332,7 +331,7 @@ user_pref("browser.urlbar.weather.featureGate", false); // [FF108+] [DEFAULT: fa
332
331
user_pref ( "browser.formfill.enable" , false ) ;
333
332
/* 0815: disable tab-to-search [FF85+]
334
333
* Alternatively, you can exclude on a per-engine basis by unchecking them in Options>Search
335
- * [SETTING] Privacy & Security >Address Bar>When using the address bar, suggest>Search engines ***/
334
+ * [SETTING] Search >Address Bar>When using the address bar, suggest>Search engines ***/
336
335
// user_pref("browser.urlbar.suggest.engines", false);
337
336
/* 0820: disable coloring of visited links
338
337
* [SETUP-HARDEN] Bulk rapid history sniffing was mitigated in 2010 [1][2]. Slower and more expensive
@@ -740,7 +739,7 @@ user_pref("_user.js.parrot", "1400 syntax error: the parrot's bereft of life!");
740
739
1372073 - spoof/block fingerprinting in MediaDevices API (FF59)
741
740
Spoof: enumerate devices as one "Internal Camera" and one "Internal Microphone"
742
741
Block: suppresses the ondevicechange event
743
- 1039069 - warn when language prefs are not set to "en*" (also see 0210, 0211) ( FF59)
742
+ 1039069 - warn when language prefs are not set to "en*" (FF59)
744
743
1222285 & 1433592 - spoof keyboard events and suppress keyboard modifier events (FF59)
745
744
Spoofing mimics the content language of the document. Currently it only supports en-US.
746
745
Modifier events suppressed are SHIFT and both ALT keys. Chrome is not affected.
@@ -867,7 +866,7 @@ user_pref("_user.js.parrot", "5000 syntax error: the parrot's taken 'is last bow
867
866
* [1] https://bugzilla.mozilla.org/1281959 ***/
868
867
// user_pref("browser.download.forbid_open_with", true);
869
868
/* 5010: disable location bar suggestion types
870
- * [SETTING] Privacy & Security >Address Bar>When using the address bar, suggest ***/
869
+ * [SETTING] Search >Address Bar>When using the address bar, suggest ***/
871
870
// user_pref("browser.urlbar.suggest.history", false);
872
871
// user_pref("browser.urlbar.suggest.bookmark", false);
873
872
// user_pref("browser.urlbar.suggest.openpage", false);
@@ -1108,7 +1107,7 @@ user_pref("_user.js.parrot", "7000 syntax error: the parrot's pushing up daisies
1108
1107
* [1] https://blog.mozilla.org/en/products/firefox/block-notification-requests/ ***/
1109
1108
// user_pref("dom.webnotifications.enabled", false);
1110
1109
/* 7019: disable Push Notifications [FF44+]
1111
- * [WHY] Push requires subscription
1110
+ * [WHY] Website "push" requires subscription, and the API is required for CRLite (1224)
1112
1111
* [NOTE] To remove all subscriptions, reset "dom.push.userAgentID"
1113
1112
* [1] https://support.mozilla.org/kb/push-notifications-firefox ***/
1114
1113
// user_pref("dom.push.enabled", false);
@@ -1210,6 +1209,11 @@ user_pref("security.family_safety.mode", 0);
1210
1209
// 0711: disable skipping DoH when parental controls are enabled [FF70+]
1211
1210
// [-] https://bugzilla.mozilla.org/1586941
1212
1211
user_pref("network.dns.skipTRR-when-parental-control-enabled", false);
1212
+ // FF123
1213
+ // 0334: disable PingCentre telemetry (used in several System Add-ons) [FF57+]
1214
+ // Defense-in-depth: currently covered by 0331
1215
+ // [-] https://bugzilla.mozilla.org/1868988
1216
+ user_pref("browser.ping-centre.telemetry", false);
1213
1217
// ***/
1214
1218
1215
1219
/* END: internal custom pref to test for syntax errors ***/
0 commit comments