Pier Angelo Vendrame pushed to branch base-browser-128.7.0esr-14.0-1 at The Tor
Project / Applications / Tor Browser
Commits:
faf55dd5 by Pier Angelo Vendrame at 2025-01-28T17:14:53+01:00
fixup! Firefox preference overrides.
BB 43366: Do not use system accent color in inputs.
We did not manage to write a reliable proof of concept for
fingerprinting this, but I managed to get the color once (with Firefox
on Android, which is the worse case, as the system offers to use colors
from the wallpaper).
- - - - -
1 changed file:
- browser/app/profile/001-base-profile.js
Changes:
=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -475,6 +475,9 @@ pref("pdfjs.disabled", false, locked);
#endif
// Bug 40057: Ensure system colors are not used for CSS4 colors
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.
+pref("widget.non-native-theme.use-theme-accent", false);
// tor-browser#43236: Disable vsync on Wayland to prevent refresh rate leaks.
pref("widget.wayland.vsync.enabled", false);
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/faf55dd5924a519bde5079eac18fd37be56f6d7c
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/faf55dd5924a519bde5079eac18fd37be56f6d7c
You're receiving this email because of your account on gitlab.torproject.org.
_______________________________________________
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]