Skip to content

Commit a842534

Browse files
committed
Change the channel owner to the resource url.
1 parent 9b7a78e commit a842534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/firefox/components/PdfStreamConverter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ PdfStreamConverter.prototype = {
653653
var resourcePrincipal = 'getNoAppCodebasePrincipal' in securityManager ?
654654
securityManager.getNoAppCodebasePrincipal(uri) :
655655
securityManager.getCodebasePrincipal(uri);
656-
channel.owner = resourcePrincipal;
656+
aRequest.owner = resourcePrincipal;
657657
}
658658
channel.asyncOpen(proxy, aContext);
659659
},

0 commit comments

Comments
 (0)