Pier Angelo Vendrame pushed to branch base-browser-128.6.0esr-14.5-1 at The Tor
Project / Applications / Tor Browser
Commits:
186910c7 by Pier Angelo Vendrame at 2025-01-20T18:42:24+01:00
fixup! Firefox preference overrides.
BB 43402: set browser.startup.blankWindow false.
- - - - -
1 changed file:
- browser/app/profile/001-base-profile.js
Changes:
=====================================
browser/app/profile/001-base-profile.js
=====================================
@@ -454,6 +454,9 @@ pref("privacy.resistFingerprinting.letterboxing.gradient",
true);
pref("privacy.resistFingerprinting.letterboxing.rememberSize", false);
// tor-browser#41695: How many warnings we show if user closes them without
restoring the window size
pref("privacy.resistFingerprinting.resizeWarnings", 3);
+// tor-browser#43402: Avoid a resize from the skeleton to the newwin size.
+// Should be fixed in ESR-140 with Bug 1448423.
+pref("browser.startup.blankWindow", false);
// Enforce Network Information API as disabled
pref("dom.netinfo.enabled", false);
pref("network.http.referer.defaultPolicy", 2); // Bug 32948: Make referer
behavior consistent regardless of private browing mode status
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/186910c7093db3e84c5b2786c4d2f2c2266a91dc
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/186910c7093db3e84c5b2786c4d2f2c2266a91dc
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]