commit ac84da2af4b1c9454b3d97a93e67d58b1f448c38
parent f19d8508452ab96f1648f672f4c5c431264d8e33
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date: Thu, 19 Aug 2021 02:07:03 +0000
remove XHTML config warning
dead weight: ESR users will already be aware of and ticked the warning box by now
Diffstat:
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/user.js b/user.js
@@ -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!");