From: Michael Orlitzky Date: Fri, 13 Mar 2026 16:51:40 +0000 (-0400) Subject: ui: disable about:config nag screen X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=90f0611c686798fa89dce428ca86233d67f51a90;p=firefox-user-prefs.git ui: disable about:config nag screen --- diff --git a/ui b/ui index ae6d4e5..cefee3c 100644 --- a/ui +++ b/ui @@ -1,5 +1,7 @@ /* User-interface tweaks */ +/* Don't nag me when I open about:config */ +user_pref("browser.aboutConfig.showWarning", false); /* Don't do anything when I start the browser unless I say so. *