mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
finally finish webRequest
This commit is contained in:
parent
bb0adb61ae
commit
f628239ef3
9 changed files with 197 additions and 69 deletions
|
|
@ -5466,7 +5466,7 @@ function handleLinkClick(event, href, linkNode) {
|
|||
urlSecurityCheck(href, doc.nodePrincipal);
|
||||
let params = {
|
||||
charset: doc.characterSet,
|
||||
currentBrowser: gBrowser.getBrowserForDocument(doc),
|
||||
currentBrowser: gBrowser.getBrowserForContentWindow(doc.defaultView.top),
|
||||
frameOuterWindowID: doc.defaultView.QueryInterface(Ci.nsIInterfaceRequestor)
|
||||
.getInterface(Ci.nsIDOMWindowUtils).outerWindowID,
|
||||
allowMixedContent: persistAllowMixedContentInChildTab,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue