Commit ac2e67ad authored by henry's avatar henry Committed by Pier Angelo Vendrame
Browse files

fixup! Firefox preference overrides.

TB 43850: Do not use automatic forced colours on Windows.
parent bfefd65c
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -531,7 +531,13 @@ pref("pdfjs.enableScripting", false);
// tor-browser#42255: pdfjs.disabled used to be part of RFP until Bug 1838415; lock pref to false in stable
pref("pdfjs.disabled", false, locked);
#endif
// Bug 40057: Ensure system colors are not used for CSS4 colors
// tor-browser#43850. Keep forced colors off by default for all platforms.
// Upstream sets a value of "0" for Windows.
pref("browser.display.document_color_use", 1);
// Bug 40057: Ensure system colors are not used for CSS4 colors.
// FIXME: This preference seems to be unread since bugzilla bug 1898096, but
// still exists in the static preference list. Remove when upstream removes
// this or confirms it will not be used again in the future.
pref("browser.display.use_system_colors", false);
// tor-browser#43366: do not use system accent color in inputs.
// See also https://bugzilla.mozilla.org/show_bug.cgi?id=1861362.