Actions
Bug #89910
closedspamProtectEmailAddresses doesn't work as expected with value "ascii"
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2019-12-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In the documentation, it's written that when you set :
config.spamProtectEmailAddresses = ascii
every character of the “mailto:” address will be translated to a Unicode HTML notation like this :
<a href="mailto:a@b.c">xxx(at)xxx.com</a>
But when I set this parameter, email links are not encrypted :
<a href="mailto:l.devedeux@terresinovia.fr">l.devedeux(at)terresinovia.fr</a>
If I set another value, for example :
config.spamProtectEmailAddresses = -2
it works as expected : encryption + JS.
Actions