Update Basilisk FE code with HTTP Auth DoS protection.

This commit is contained in:
wolfbeast 2019-02-28 14:16:09 +01:00 committed by Roy Tam
commit 7b71e22bee
4 changed files with 20 additions and 1 deletions

View file

@ -554,6 +554,9 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
Cu.reportError(ex);
}
// Reset DOS mitigations for the basic auth prompt.
delete browser.authPromptCounter;
let params = {
postData,
allowThirdPartyFixup: true,