mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 638218 - Asynchronous policy-uri fetching causes connection problems when using NTML proxy; r=dveditz a=hardblocker
This commit is contained in:
parent
724d931d52
commit
2683129cc7
@ -162,7 +162,7 @@ CSPPolicyURIListener.prototype = {
|
||||
}
|
||||
else {
|
||||
// problem fetching policy so fail closed
|
||||
this._csp.refinePolicy("allow 'none'", null, this._docURI, this._docRequest);
|
||||
this._csp.refinePolicy("allow 'none'", this._docURI, this._docRequest);
|
||||
}
|
||||
// resume the parent document request
|
||||
this._docRequest.resume();
|
||||
|
Loading…
Reference in New Issue
Block a user