-
Notifications
You must be signed in to change notification settings - Fork 8
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
Require noopener in links and window.open() #94
Comments
Dawn |
It might be simpler to default to |
I had the same thought some time after filing this. Requiring the developer to opt in to |
I agree, defaulting to |
Sorry I missed this originally. This seems reasonable to me, and I can also bring it up in the attribution reporting api WICG meeting next week. |
in either approach, how will/should the developer learn why something is broken? does one way make it easier to put a debug warning into the console? |
I think either case should be easy to signal to developers with a console error. |
We should require links to have
rel="noopener"
andwindow.open()
be called with thenoopener
window feature to make sure that there is no covert, cross-site communication channel back to the opener over which tracking information can be sent.Ping @csharrison and @johnivdel for consideration in Attribution Reporting API.
The text was updated successfully, but these errors were encountered: