Skip to content
Snippets Groups Projects
Verified Commit 9ac98dab authored by ma1's avatar ma1
Browse files

fixup! Firefox preference overrides.

Bug 33282: Redefine the dimensions of new RFP windows
parent dc2274d0
No related branches found
No related tags found
No related merge requests found
......@@ -291,6 +291,9 @@ pref("dom.use_components_shim", false);
pref("privacy.resistFingerprinting.letterboxing", true);
// tor-browser#41695: how many warnings we show if user closes them without restoring the window size
pref("privacy.resistFingerprinting.resizeWarnings", 3);
// tor-browser#33282: new windows start at 1400x900 when there's enough screen space, otherwise down by 200x100 blocks
pref("privacy.window.maxInnerWidth", 1400);
pref("privacy.window.maxInnerHeight", 900);
// 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment