ma1 pushed to branch tor-browser-115.1.0esr-13.0-1 at The Tor Project / Applications / Tor Browser
Commits:
-
e0e763c0
by hackademix at 2023-08-08T09:11:30+02:00
1 changed file:
Changes:
... | ... | @@ -291,6 +291,9 @@ pref("dom.use_components_shim", false); |
291 | 291 | pref("privacy.resistFingerprinting.letterboxing", true);
|
292 | 292 | // tor-browser#41695: how many warnings we show if user closes them without restoring the window size
|
293 | 293 | pref("privacy.resistFingerprinting.resizeWarnings", 3);
|
294 | +// tor-browser#33282: new windows start at 1400x900 when there's enough screen space, otherwise down by 200x100 blocks
|
|
295 | +pref("privacy.window.maxInnerWidth", 1400);
|
|
296 | +pref("privacy.window.maxInnerHeight", 900);
|
|
294 | 297 | // Enforce Network Information API as disabled
|
295 | 298 | pref("dom.netinfo.enabled", false);
|
296 | 299 | pref("network.http.referer.defaultPolicy", 2); // Bug 32948: Make referer behavior consistent regardless of private browing mode status
|