Remove a comment in nsContextMenu.js

This commit is contained in:
janekptacijarabaci 2018-06-17 10:32:41 +02:00 committed by Roy Tam
commit 2e3999cd7e
2 changed files with 0 additions and 10 deletions

View file

@ -1348,11 +1348,6 @@ nsContextMenu.prototype = {
}
// setting up a new channel for 'right click - save link as ...'
// ideally we should use:
// * doc - as the loadingNode, and/or
// * this.principal - as the loadingPrincipal
// for now lets use systemPrincipal to bypass mixedContentBlocker
// checks after redirects, see bug: 1136055
var channel = NetUtil.newChannel({
uri: makeURI(linkURL),
loadingPrincipal: this.principal,

View file

@ -1124,11 +1124,6 @@ nsContextMenu.prototype = {
}
// setting up a new channel for 'right click - save link as ...'
// ideally we should use:
// * doc - as the loadingNode, and/or
// * this.principal - as the loadingPrincipal
// for now lets use systemPrincipal to bypass mixedContentBlocker
// checks after redirects, see bug: 1136055
var channel = NetUtil.newChannel({
uri: makeURI(linkURL),
loadingPrincipal: this.principal,