Actions
Bug #89771
closedrel="noreferer" should be set for all new windows, not just _blank
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Miscellaneous
Target version:
-
Start date:
2019-11-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
noopener noreferrer target links
Complexity:
Is Regression:
Sprint Focus:
Description
The condition for adding rel="noreferer" should be:
"target" NOT IN (_self _parent _top) instead of the current check target=_blank.
A target="myname" would give the same attack surface as target="_blank". (I just verified with Firefox)
Actions