mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
Update Basilisk FE code with HTTP Auth DoS protection.
This commit is contained in:
parent
c283102a46
commit
7b71e22bee
4 changed files with 20 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue