Skip to content

Commit e037014

Browse files
v123
1 parent 33a84b6 commit e037014

File tree

1 file changed

+20
-16
lines changed

1 file changed

+20
-16
lines changed

user.js

+20-16
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/******
22
* name: arkenfox user.js
3-
* date: 5 February 2024
4-
* version: 122
3+
* date: 8 March 2024
4+
* version: 123
55
* urls: https://github.com/arkenfox/user.js [repo]
66
* : https://arkenfox.github.io/gui/ [interactive]
77
* license: MIT: https://github.com/arkenfox/user.js/blob/master/LICENSE.txt
@@ -35,7 +35,7 @@
3535
- It is recommended to not use the updater, or you will get a later version which may cause issues.
3636
So you should manually append your overrides (and keep a copy), and manually update when you
3737
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
3939
4040
* INDEX:
4141
@@ -95,8 +95,8 @@ user_pref("browser.startup.homepage", "about:blank");
9595
user_pref("browser.newtabpage.enabled", false);
9696
/* 0105: disable sponsored content on Firefox Home (Activity Stream)
9797
* [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
100100
/* 0106: clear default topsites
101101
* [NOTE] This does not block you from adding your own ***/
102102
user_pref("browser.newtabpage.activity-stream.default.sites", "");
@@ -158,9 +158,6 @@ user_pref("toolkit.telemetry.firstShutdownPing.enabled", false); // [FF57+]
158158
user_pref("toolkit.telemetry.coverage.opt-out", true); // [HIDDEN PREF]
159159
user_pref("toolkit.coverage.opt-out", true); // [FF64+] [HIDDEN PREF]
160160
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);
164161
/* 0335: disable Firefox Home (Activity Stream) telemetry ***/
165162
user_pref("browser.newtabpage.activity-stream.feeds.telemetry", false);
166163
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!");
303300
* [1] https://bugzilla.mozilla.org/1348275 ***/
304301
user_pref("browser.urlbar.speculativeConnect.enabled", false);
305302
/* 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...
307305
* [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]
310309
/* 0803: disable live search suggestions
311310
* [NOTE] Both must be true for the location bar to work
312311
* [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]
322321
user_pref("browser.urlbar.pocket.featureGate", false); // [FF116+] [DEFAULT: false]
323322
user_pref("browser.urlbar.weather.featureGate", false); // [FF108+] [DEFAULT: false]
324323
/* 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+]
326325
/* 0810: disable search and form history
327326
* [SETUP-WEB] Be aware that autocomplete form data can be read by third parties [1][2]
328327
* [NOTE] We also clear formdata on exit (2811)
@@ -332,7 +331,7 @@ user_pref("browser.urlbar.weather.featureGate", false); // [FF108+] [DEFAULT: fa
332331
user_pref("browser.formfill.enable", false);
333332
/* 0815: disable tab-to-search [FF85+]
334333
* 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 ***/
336335
// user_pref("browser.urlbar.suggest.engines", false);
337336
/* 0820: disable coloring of visited links
338337
* [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!");
740739
1372073 - spoof/block fingerprinting in MediaDevices API (FF59)
741740
Spoof: enumerate devices as one "Internal Camera" and one "Internal Microphone"
742741
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)
744743
1222285 & 1433592 - spoof keyboard events and suppress keyboard modifier events (FF59)
745744
Spoofing mimics the content language of the document. Currently it only supports en-US.
746745
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
867866
* [1] https://bugzilla.mozilla.org/1281959 ***/
868867
// user_pref("browser.download.forbid_open_with", true);
869868
/* 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 ***/
871870
// user_pref("browser.urlbar.suggest.history", false);
872871
// user_pref("browser.urlbar.suggest.bookmark", false);
873872
// 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
11081107
* [1] https://blog.mozilla.org/en/products/firefox/block-notification-requests/ ***/
11091108
// user_pref("dom.webnotifications.enabled", false);
11101109
/* 7019: disable Push Notifications [FF44+]
1111-
* [WHY] Push requires subscription
1110+
* [WHY] Website "push" requires subscription, and the API is required for CRLite (1224)
11121111
* [NOTE] To remove all subscriptions, reset "dom.push.userAgentID"
11131112
* [1] https://support.mozilla.org/kb/push-notifications-firefox ***/
11141113
// user_pref("dom.push.enabled", false);
@@ -1210,6 +1209,11 @@ user_pref("security.family_safety.mode", 0);
12101209
// 0711: disable skipping DoH when parental controls are enabled [FF70+]
12111210
// [-] https://bugzilla.mozilla.org/1586941
12121211
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);
12131217
// ***/
12141218

12151219
/* END: internal custom pref to test for syntax errors ***/

0 commit comments

Comments
 (0)