Pier Angelo Vendrame pushed to branch tor-browser-128.6.0esr-14.5-1 at The Tor 
Project / Applications / Tor Browser


Commits:
9e5f7638 by Pier Angelo Vendrame at 2025-01-20T14:39:01+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/9e5f76388b75faa514b02f866f0bfcca91842323

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/9e5f76388b75faa514b02f866f0bfcca91842323
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]

Reply via email to