Skip to content

Commit 734f2c2

Browse files
126 deprecated
1 parent 13f063d commit 734f2c2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

user.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -1200,8 +1200,6 @@ user_pref("browser.startup.homepage_override.mstone", "ignore"); // [HIDDEN PREF
12001200
/* 9002: disable General>Browsing>Recommend extensions/features as you browse [FF67+] ***/
12011201
user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons", false);
12021202
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);
12051203
/* 9004: disable search terms [FF110+]
12061204
* [SETTING] Search>Search Bar>Use the address bar for search and navigation>Show search terms instead of URL... ***/
12071205
user_pref("browser.urlbar.showSearchTerms.enabled", false);
@@ -1259,6 +1257,10 @@ user_pref("network.dns.skipTRR-when-parental-control-enabled", false);
12591257
// Defense-in-depth: currently covered by 0331
12601258
// [-] https://bugzilla.mozilla.org/1868988
12611259
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);
12621264
// ***/
12631265

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

0 commit comments

Comments
 (0)