-
Notifications
You must be signed in to change notification settings - Fork 199
Track rel=noopener support #450
Comments
Edge doesn't support |
@coreyward Yes, Edge does not support |
@martinsuchan I just realized I had a typo. I've edited my comment. For clarity: Edge doesn't support |
@coreyward Edge doesn't support |
Perhaps you should add a test case to this issue demonstrating |
I used this page to test and it appears to work in both IE 11 and Edge. According to can I use it says not supported, but they do appear to be supported. So I'm not sure what is acceptable. |
The reason the link works in IE11 and Edge is because it contains both noopener and noreferrer. Only noopener doesent work in IE and Edge. A great way to test both links is to go to https://mathiasbynens.github.io/rel-noopener/. |
Hi there, just some updates regarding this topic. Firefox shipped this since version 52 Safari shipped this since TP 17 Chrome shipped this since version 49 furthermore Firefox shipped it since version 79 Safari shipped it since in TP 68 Chromium is actively working on it and may ship it soon it seems. I think this issue becomes more serious. As it is reported by vulnerability scanning tools nowadays as a reverse tabnabbing exploit. May I ask if both Cheers. |
This feature is already implemented in Chrome/Opera.
See:
https://html.spec.whatwg.org/multipage/semantics.html#link-type-noopener
https://mathiasbynens.github.io/rel-noopener/
http://caniuse.com/#feat=rel-noopener
https://wpdev.uservoice.com/forums/257854-microsoft-edge-developer/suggestions/12942405-implement-rel-noopener
The text was updated successfully, but these errors were encountered: