removed redirect limt
This commit is contained in:
parent
dcca9f1d62
commit
3481c83721
2 changed files with 4 additions and 1 deletions
|
|
@ -665,10 +665,14 @@ lockPref("browser.sessionhistory.max_entries", 20); // why?
|
||||||
lockPref("extensions.webapi.testing", false); // hidden but default false
|
lockPref("extensions.webapi.testing", false); // hidden but default false
|
||||||
lockPref("canvas.capturestream.enabled", false); // any real benefit?
|
lockPref("canvas.capturestream.enabled", false); // any real benefit?
|
||||||
<<<<<<< HEAD
|
<<<<<<< HEAD
|
||||||
|
<<<<<<< HEAD
|
||||||
lockPref("network.http.redirection-limit", 10); // small benefit from having it at default 20, and break some payments
|
lockPref("network.http.redirection-limit", 10); // small benefit from having it at default 20, and break some payments
|
||||||
defaultPref("dom.event.clipboardevents.enabled", false); // causes breakage with small benefits, moved to hardened setup
|
defaultPref("dom.event.clipboardevents.enabled", false); // causes breakage with small benefits, moved to hardened setup
|
||||||
=======
|
=======
|
||||||
>>>>>>> 57702f8 (updated changelog)
|
>>>>>>> 57702f8 (updated changelog)
|
||||||
|
=======
|
||||||
|
lockPref("network.http.redirection-limit", 10); // small benefit from having it at default 20, and break some payments
|
||||||
|
>>>>>>> 3afb2b3 (removed redirect limt)
|
||||||
|
|
||||||
// fxaccounts is disabled in policies
|
// fxaccounts is disabled in policies
|
||||||
lockPref("identity.fxaccounts.enabled", false);
|
lockPref("identity.fxaccounts.enabled", false);
|
||||||
|
|
|
||||||
|
|
@ -720,7 +720,6 @@ lockPref("network.http.altsvc.enabled", false);
|
||||||
lockPref("network.http.altsvc.oe", false);
|
lockPref("network.http.altsvc.oe", false);
|
||||||
defaultPref("dom.security.https_only_mode", true);
|
defaultPref("dom.security.https_only_mode", true);
|
||||||
defaultPref("dom.security.https_only_mode_pbm", true);
|
defaultPref("dom.security.https_only_mode_pbm", true);
|
||||||
lockPref("network.http.redirection-limit", 10);
|
|
||||||
defaultPref("network.auth.subresource-http-auth-allow", 1);
|
defaultPref("network.auth.subresource-http-auth-allow", 1);
|
||||||
|
|
||||||
// --------------------------------------
|
// --------------------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue