Bug 673588 - use correct location when resolving CSP sources and report-uris, r=dveditz

This commit is contained in:
Brandon Sterne 2011-07-22 16:14:58 -07:00
parent d05a9ff08e
commit 33f4a72172

View File

@ -126,7 +126,7 @@ function CSPPolicyURIListener(policyURI, docRequest, csp) {
this._policy = ""; // contents fetched from policyURI
this._wrapper = null; // nsIScriptableInputStream
this._docURI = docRequest.QueryInterface(Components.interfaces.nsIChannel)
.originalURI; // parent document URI (to be used as 'self')
.URI; // parent document URI (to be used as 'self')
}
CSPPolicyURIListener.prototype = {