Skip to content

Commit 83e7b6e

Browse files
FF140 deprecated
1 parent 11e3a23 commit 83e7b6e

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

user.js

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,6 @@ user_pref("extensions.htmlaboutaddons.recommendations.enabled", false);
121121
* [SETTING] Privacy & Security>Firefox Data Collection and Use>Allow personalized extension recommendations
122122
* [1] https://support.mozilla.org/kb/personalized-extension-recommendations ***/
123123
user_pref("browser.discovery.enabled", false);
124-
/* 0323: disable shopping experience [FF116+]
125-
* [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1840156#c0 ***/
126-
user_pref("browser.shopping.experience2023.enabled", false); // [DEFAULT: false]
127124

128125
/** ACTIVITY STREAM ***/
129126
/* 0335: disable Firefox Home (Activity Stream) telemetry ***/
@@ -287,7 +284,6 @@ user_pref("browser.urlbar.trending.featureGate", false);
287284
user_pref("browser.urlbar.addons.featureGate", false); // [FF115+]
288285
user_pref("browser.urlbar.fakespot.featureGate", false); // [FF130+] [DEFAULT: false]
289286
user_pref("browser.urlbar.mdn.featureGate", false); // [FF117+] [HIDDEN PREF]
290-
user_pref("browser.urlbar.pocket.featureGate", false); // [FF116+] [DEFAULT: false]
291287
user_pref("browser.urlbar.weather.featureGate", false); // [FF108+] [DEFAULT: true FF138+]
292288
user_pref("browser.urlbar.yelp.featureGate", false); // [FF124+]
293289
/* 0807: disable urlbar clipboard suggestions [FF118+] ***/
@@ -1255,9 +1251,17 @@ user_pref("_user.js.parrot", "9999 syntax error: the parrot's shuffled off 'is m
12551251
/* ESR128.x still uses all the following prefs
12561252
// [NOTE] replace the * with a slash in the line above to re-enable active ones
12571253
// FF132
1258-
/* 2617: remove webchannel whitelist
1254+
// 2617: remove webchannel whitelist
12591255
// [-] https://bugzilla.mozilla.org/1275612
12601256
// user_pref("webchannel.allowObject.urlWhitelist", "");
1257+
// FF140
1258+
// 0323: disable shopping experience [FF116+]
1259+
// [-] https://bugzilla.mozilla.org/1964845
1260+
// [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1840156#c0
1261+
user_pref("browser.shopping.experience2023.enabled", false); // [DEFAULT: false]
1262+
// 0806: disable urlbar suggestions
1263+
// [-] https://bugzilla.mozilla.org/1959497
1264+
user_pref("browser.urlbar.pocket.featureGate", false); // [FF116+] [DEFAULT: false]
12611265
// ***/
12621266

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

0 commit comments

Comments
 (0)