Actions
Bug #94833
closedmailto-Links in RTE will not get rendered in frontend
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2021-08-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Creating an email link with the RTE, the link is stored like <a href="mailto:abc@abc.com">Mail me</a> in the database.
The output in the frontend is like <a>abc@abc.com</a>. All allowed classes and attributes will be shown in fe, but not the href with the encrypted or blank mailto.
I think it's related to the latest security issue ac8f1fc3ac.
This bug occurs in version 9.5.29 and 10.4.19.
Actions