@@ -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 ***/
123123user_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);
287284user_pref ( "browser.urlbar.addons.featureGate" , false ) ; // [FF115+]
288285user_pref ( "browser.urlbar.fakespot.featureGate" , false ) ; // [FF130+] [DEFAULT: false]
289286user_pref ( "browser.urlbar.mdn.featureGate" , false ) ; // [FF117+] [HIDDEN PREF]
290- user_pref ( "browser.urlbar.pocket.featureGate" , false ) ; // [FF116+] [DEFAULT: false]
291287user_pref ( "browser.urlbar.weather.featureGate" , false ) ; // [FF108+] [DEFAULT: true FF138+]
292288user_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