morgan pushed to branch base-browser-128.6.0esr-14.5-1 at The Tor Project / Applications / Tor Browser
Commits:
-
7a6a6796
by Pier Angelo Vendrame at 2025-01-13T14:47:07+00:00
1 changed file:
Changes:
... | ... | @@ -466,6 +466,8 @@ pref("browser.display.use_system_colors", false); |
466 | 466 | // tor-browser#43366: do not use system accent color in inputs.
|
467 | 467 | // See also https://bugzilla.mozilla.org/show_bug.cgi?id=1861362.
|
468 | 468 | pref("widget.non-native-theme.use-theme-accent", false);
|
469 | +// tor-browser#43236: Disable vsync on Wayland to prevent refresh rate leaks.
|
|
470 | +pref("widget.wayland.vsync.enabled", false);
|
|
469 | 471 | |
470 | 472 | // tor-browser#41943: defense-in-depth, but do not lock anymore (enabled in Firefox 119, http://bugzil.la/1851162)
|
471 | 473 | pref("javascript.options.spectre.disable_for_isolated_content", false);
|