Actions
Feature #82055
closedAdd noopener behavior to external links
Start date:
2017-08-07
Due date:
% Done:
0%
Estimated time:
PHP Version:
7.0
Tags:
Complexity:
Sprint Focus:
Description
The noopener
link type prevents an opened URL from gaining access to the originating window.opener
which is a general security enhancement for external links. A link would now look like <a href="..." rel="noopener">Link</a>
.
- https://developer.mozilla.org/en/docs/Web/HTML/Link_types
- https://mathiasbynens.github.io/rel-noopener/
- implement for f:link.external view-helper (additional argument
noopener
, default is active) - implement for external links in
ContentObjectRenderer:typoLink
orLinkService
Updated by Wouter Wolters over 7 years ago
- Is duplicate of Feature #78488: Add rel="noopener noreferrer" to links when target is set to _blank added
Updated by Oliver Hader over 7 years ago
- Status changed from New to Closed
Let's continue in #78488 then
Actions