Actions
Feature #99113
closedMake rel="noreferrer" optional via Typoscript
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2022-11-17
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
All external links with target "_blank" are added with rel="noreferrer" since TYPO3 10 (https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/10.1/Feature-78488-AddRelNoreferrerToExternalLinks.html). This makes not sense in some cases, because f.e. we have some portals where it is necessary to track links from our pages. We have to track referrer to get analyses, because customer pay for beeing part of some kooperation.
For plugins I can use some custom viewhelper to create external links, but there is no way to avoid adding rel="noreferrer" by links set in rte.
Martin
Actions