commit 411805b05cd94b7da77e77c4f797aed4e60f6158
parent 8c12f4bb14048fd67e2cb35b2ddc34c21b68c28e
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date: Mon, 15 Apr 2019 14:49:22 +0000
2618 no longer hidden 67+
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/user.js b/user.js
@@ -1323,7 +1323,7 @@ user_pref("webchannel.allowObject.urlWhitelist", "");
* [NOTE] See second listed bug: may cause black on black for elements with undefined colors
* [SETUP-CHROME] Might affect CSS in themes and extensions
* [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=232227,1330876 ***/
-user_pref("ui.use_standins_for_native_colors", true); // [HIDDEN PREF]
+user_pref("ui.use_standins_for_native_colors", true);
/* 2619: enforce Punycode for Internationalized Domain Names to eliminate possible spoofing
* Firefox has *some* protections, but it is better to be safe than sorry. The downside: it will also
* display legitimate IDN's punycoded, which might be undesirable for users of non-latin alphabets