File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1200,8 +1200,6 @@ user_pref("browser.startup.homepage_override.mstone", "ignore"); // [HIDDEN PREF
1200
1200
/* 9002: disable General>Browsing>Recommend extensions/features as you browse [FF67+] ***/
1201
1201
user_pref ( "browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons" , false ) ;
1202
1202
user_pref ( "browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features" , false ) ;
1203
- /* 9003: disable What's New toolbar icon [FF69+] ***/
1204
- user_pref ( "browser.messaging-system.whatsNewPanel.enabled" , false ) ;
1205
1203
/* 9004: disable search terms [FF110+]
1206
1204
* [SETTING] Search>Search Bar>Use the address bar for search and navigation>Show search terms instead of URL... ***/
1207
1205
user_pref ( "browser.urlbar.showSearchTerms.enabled" , false ) ;
@@ -1259,6 +1257,10 @@ user_pref("network.dns.skipTRR-when-parental-control-enabled", false);
1259
1257
// Defense-in-depth: currently covered by 0331
1260
1258
// [-] https://bugzilla.mozilla.org/1868988
1261
1259
user_pref("browser.ping-centre.telemetry", false);
1260
+ // FF126
1261
+ // 9003: disable What's New toolbar icon [FF69+]
1262
+ // [-] https://bugzilla.mozilla.org/1724300
1263
+ user_pref("browser.messaging-system.whatsNewPanel.enabled", false);
1262
1264
// ***/
1263
1265
1264
1266
/* END: internal custom pref to test for syntax errors ***/
You can’t perform that action at this time.
0 commit comments