Commit 7f2b465c authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

fixup! Firefox preference overrides.

BB 44521: Disable widget.wayland.fractional-scale.enabled.

It introduces fingerprinting opportunities to users who manually
enabled Wayland, so disable it until we decide to make Wayland the
default also for our browsers.
parent 7a5ef340
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -585,6 +585,9 @@ pref("widget.wayland.vsync.enabled", false);
// marked with a specific rating is loaded or not.
pref("security.restrict_to_adults.always", false);
pref("security.restrict_to_adults.respect_platform", false);
// tor-browser#44521: Disable Wayland fractional scaling at least until we keep
// Xwayland as the default.
pref("widget.wayland.fractional-scale.enabled", false);

// tor-browser#41943: defense-in-depth, but do not lock anymore (enabled in Firefox 119, http://bugzil.la/1851162)
pref("javascript.options.spectre.disable_for_isolated_content", false);