Project

General

Profile

Actions

Bug #89910

closed

spamProtectEmailAddresses doesn't work as expected with value "ascii"

Added by Florian Rival over 4 years ago. Updated over 2 years ago.

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:&#97;&#64;&#98;&#46;&#99;">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.


Related issues 2 (1 open1 closed)

Related to TYPO3 Core - Feature #90044: Remove spamProtectEmailAddresses with option "ascii"Closed2020-01-02

Actions
Related to TYPO3 Core - Story #94904: Is spamProtectEmailAddresses still worth keeping around?New2021-08-16

Actions
Actions

Also available in: Atom PDF