Pier Angelo Vendrame pushed to branch tor-browser-128.5.0esr-14.5-1 at The Tor Project / Applications / Tor Browser
Commits:
-
7f8c1d43
by Pier Angelo Vendrame at 2024-12-16T18:18:53+01:00
1 changed file:
Changes:
... | ... | @@ -463,6 +463,9 @@ pref("pdfjs.disabled", false, locked); |
463 | 463 | #endif
|
464 | 464 | // Bug 40057: Ensure system colors are not used for CSS4 colors
|
465 | 465 | pref("browser.display.use_system_colors", false);
|
466 | +// tor-browser#43366: do not use system accent color in inputs.
|
|
467 | +// See also https://bugzilla.mozilla.org/show_bug.cgi?id=1861362.
|
|
468 | +pref("widget.non-native-theme.use-theme-accent", false);
|
|
466 | 469 | |
467 | 470 | // tor-browser#41943: defense-in-depth, but do not lock anymore (enabled in Firefox 119, http://bugzil.la/1851162)
|
468 | 471 | pref("javascript.options.spectre.disable_for_isolated_content", false);
|