We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b7a78e commit a842534Copy full SHA for a842534
extensions/firefox/components/PdfStreamConverter.js
@@ -653,7 +653,7 @@ PdfStreamConverter.prototype = {
653
var resourcePrincipal = 'getNoAppCodebasePrincipal' in securityManager ?
654
securityManager.getNoAppCodebasePrincipal(uri) :
655
securityManager.getCodebasePrincipal(uri);
656
- channel.owner = resourcePrincipal;
+ aRequest.owner = resourcePrincipal;
657
}
658
channel.asyncOpen(proxy, aContext);
659
},
0 commit comments