From 21fcd0bd358f41ef35b33c8d26785605d054a780 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Mon, 1 Feb 2021 05:14:46 +0000 Subject: [PATCH] update xul/xhtml config info - the XUL version is also pre FF71 - the XHTML version was removed in FF87+ --- user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user.js b/user.js index 08e8630..009636d 100644 --- 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+]