Pier Angelo Vendrame pushed to branch mullvad-browser-115.8.0esr-13.5-1 at The Tor Project / Applications / Mullvad Browser
Commits:
-
3b8bacb8
by Pier Angelo Vendrame at 2024-02-29T10:05:37+01:00
1 changed file:
Changes:
... | ... | @@ -406,6 +406,9 @@ pref("browser.display.use_system_colors", false); |
406 | 406 | // Enforce non-native widget theme (true by default, defense in depth).
|
407 | 407 | // Provides a uniform look and feel across platforms. Added with tor-browser#41496.
|
408 | 408 | pref("widget.non-native-theme.enabled", true);
|
409 | +// tor-browser#41676: Set the TZ environment variable as a defense-in-depth.
|
|
410 | +// TODO: Remove this in ESR-128, as it has been removed in 116 with Bug 1837582.
|
|
411 | +pref("privacy.resistFingerprinting.testing.setTZtoUTC", true);
|
|
409 | 412 | |
410 | 413 | // tor-browser#41943: lock and revisit after it gets flipped to true in stable Firefox
|
411 | 414 | pref("_javascript_.options.spectre.disable_for_isolated_content", false, locked);
|