-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Description
On some sites, disabling popups causes the right click "Open in New Tab" to not function, or the tab to be immediately closed. I'm not sure if all sites should behave this way due to aggressive popup checks, or not, but I would think that me right clicking a browser context menu (I don't know if this is in any way distinguishable in the API or not) would never be a popup.
Some sites are OK, an example is GitHub itself. I can block all popups just fine.
On this site however (http://www.nextgenupdate.com/forums/grand-theft-auto-v/), I can see that the Open in New Tab is detected as a popup and terminated/blocked.
I also tested via the inspector to force a target="_blank" on the link, though I'd see that more exploitable by popups than a browser menu click.