1
1
Fork 0
mirror of https://github.com/arkenfox/user.js.git synced 2024-05-26 05:46:08 +02:00

remove XHTML config warning

dead weight: ESR users will already be aware of and ticked the warning box by now
This commit is contained in:
Thorin-Oakenpants 2021-08-19 02:07:03 +00:00 committed by GitHub
parent f19d850845
commit ac84da2af4
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,10 +78,8 @@
* [1] https://blog.mozilla.org/nnethercote/2018/03/09/a-new-preferences-parser-for-firefox/ ***/
user_pref("_user.js.parrot", "START: Oh yes, the Norwegian Blue... what's wrong with it?");
/* 0000: disable about:config warning
* FF73-86: chrome://global/content/config.xhtml ***/
user_pref("general.warnOnAboutConfig", false); // XHTML version
user_pref("browser.aboutConfig.showWarning", false); // HTML version [FF71+]
/* 0000: disable about:config warning ***/
user_pref("browser.aboutConfig.showWarning", false);
/*** [SECTION 0100]: STARTUP ***/
user_pref("_user.js.parrot", "0100 syntax error: the parrot's dead!");