mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
Remove a comment in nsContextMenu.js
This commit is contained in:
parent
b4ffccf942
commit
2e3999cd7e
2 changed files with 0 additions and 10 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue