commit 21fcd0bd358f41ef35b33c8d26785605d054a780
parent 96d558dd0c375b2350fd61dfc84f21644850624c
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date: Mon, 1 Feb 2021 05:14:46 +0000
update xul/xhtml config info
- the XUL version is also pre FF71
- the XHTML version was removed in FF87+
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/user.js b/user.js
@@ -82,8 +82,8 @@
user_pref("_user.js.parrot", "START: Oh yes, the Norwegian Blue... what's wrong with it?");
/* 0000: disable about:config warning
- * FF71-72: chrome://global/content/config.xul
- * FF73+: chrome://global/content/config.xhtml ***/
+ * FF72 or lower: chrome://global/content/config.xul
+ * FF73-86: chrome://global/content/config.xhtml ***/
user_pref("general.warnOnAboutConfig", false); // XUL/XHTML version
user_pref("browser.aboutConfig.showWarning", false); // HTML version [FF71+]