Skip to content

Commit

Permalink
Fix test against opener tab id in popup filtering code
Browse files Browse the repository at this point in the history
Related issue:
- uBlockOrigin/uBlock-issues#774

Regression from:
- f204d24
  • Loading branch information
gorhill committed Nov 4, 2019
1 parent ec51910 commit 522249b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ housekeep itself.
frameId: createDetails.sourceFrameId,
frameURL: openerDetails[1].url,
popunder: false,
trustedURL: createDetails.tabId === µb.maybeGoodPopup.tabId
trustedURL: createDetails.sourceTabId === µb.maybeGoodPopup.tabId
? µb.maybeGoodPopup.url
: ''
};
Expand Down

0 comments on commit 522249b

Please sign in to comment.