Skip to content
Snippets Groups Projects
Verified Commit 02faa608 authored by ma1's avatar ma1 Committed by Pier Angelo Vendrame
Browse files

fixup! Firefox preference overrides.

Bug 33282: Redefine the dimensions of new RFP windows
parent 2e012618
No related branches found
No related tags found
1 merge request!734Bug 42030: Rebased 13.0 alpha onto Firefox 115.2.0esr
......@@ -289,6 +289,9 @@ pref("security.remote_settings.intermediates.enabled", false);
pref("dom.use_components_shim", false);
// Enable letterboxing
pref("privacy.resistFingerprinting.letterboxing", true);
// 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