mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 05:30:29 +00:00
Bug 677754 - Remove all redirect prompts from Necko r=jduell
This commit is contained in:
parent
e8a0a3bf5b
commit
16cac008fa
@ -1054,8 +1054,8 @@ pref("network.http.pipelining.reschedule-timeout", 1500);
|
||||
// restarted without pipelining.
|
||||
pref("network.http.pipelining.read-timeout", 30000);
|
||||
|
||||
// Prompt for 307 redirects
|
||||
pref("network.http.prompt-temp-redirect", true);
|
||||
// Prompt for redirects resulting in unsafe HTTP requests
|
||||
pref("network.http.prompt-temp-redirect", false);
|
||||
|
||||
// If true generate CORRUPTED_CONTENT errors for entities that
|
||||
// contain an invalid Assoc-Req response header
|
||||
|
Loading…
x
Reference in New Issue
Block a user