user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit e6628e56df629daad605bb3326e7fcba1fdde740
parent c7b34d3b2659eba00912380e830f817423ac0038
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Thu, 25 May 2017 06:35:50 +1200

ui.use_standins_for_native_colors #129
Diffstat:
Muser.js | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/user.js b/user.js @@ -1176,6 +1176,10 @@ user_pref("browser.download.hide_plugins_without_extensions", false); user_pref("browser.pagethumbnails.capturing_disabled", true); // (hidden pref) /* 2608: disable JAR from opening Unsafe File Types ***/ user_pref("network.jar.open-unsafe-types", false); +/* 2609: disable exposure of system colors to CSS or canvas (FF44+) + * [1] https://bugzilla.mozilla.org/show_bug.cgi?id=232227 + * [2] https://bugzilla.mozilla.org/show_bug.cgi?id=1330876 ***/ +user_pref("ui.use_standins_for_native_colors", true); // (hidden pref) /* 2611: disable WebIDE to prevent remote debugging and add-on downloads * [1] https://trac.torproject.org/projects/tor/ticket/16222 ***/ user_pref("devtools.webide.autoinstallADBHelper", false);