-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for sites that open links in about:blank
popups
#36
Labels
Comments
This was referenced Feb 21, 2017
I believe #25 (hosted app migration) will resolve this but it is pending Chrome Dev to implement. |
Closed
Closed
Possible workaround: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some sites open links in a new popup to
about:blank
and then issues a JavaScript /<meta>
redirect, as described here:http://stackoverflow.com/a/18452171/1123355
These links currently simply open a blank window without loading anything.
The code for detecting this is pretty ugly and would require us to start requesting the
webRequest
permission to install the extension, something that might seem fishy to some users. The ideal solution would not require eavesdropping on users' web requests.In any case, most pop-up links will work as expected now.
The text was updated successfully, but these errors were encountered: