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
Родитель f9baf45c95
Коммит 91b44448a1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -162,7 +162,7 @@ CSPPolicyURIListener.prototype = {
} }
else { else {
// problem fetching policy so fail closed // 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 // resume the parent document request
this._docRequest.resume(); this._docRequest.resume();