Bug 638218 - Asynchronous policy-uri fetching causes connection problems when using NTML proxy; r=dveditz a=hardblocker

This commit is contained in:
Honza Bambas 2011-03-02 17:46:14 -08:00
parent 724d931d52
commit 2683129cc7

View File

@ -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();