Changes between Initial Version and Version 1 of Ticket #43187, comment 24
- Timestamp:
- 02/01/2018 09:25:14 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43187, comment 24
initial v1 3 3 Thinking that we should implement this security hardening in as many browsers as possible. Firefox now supports `rel="noopener"`, but Edge still doesn't: https://caniuse.com/#feat=rel-noopener. So we should probably add `noreferrer` there too. 4 4 5 Good explanation of how this works and what it does: https://mathiasbynens.github.io/rel-noopener/. 5 Good explanations of how this works and what it does: https://mathiasbynens.github.io/rel-noopener/. 6 More info at Google's Lighthouse (webpage quality checker): https://developers.google.com/web/tools/lighthouse/audits/noopener.