Project

General

Profile

Actions

Bug #94776

closed

Bug #94787: Tracking issue related to HTML sanitization issues

Email Links with config.spamProtectEmailAddresses = 2 do not work after Update

Added by Lina Wolf over 2 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Security
Target version:
-
Start date:
2021-08-11
Due date:
% Done:

100%

Estimated time:
(Total: 0.00 h)
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:

Description

After Updating from 10.4.18 to 10.4.19, Using

config.spamProtectEmailAddresses = 2
config.spamProtectEmailAddresses_atSubst = (at)

Links to Emailadresses do not work correctly anymore. Before the following HTML was generated:

<a href="javascript:linkTo_UnCryptMailto(%27ocknvq%2CkphqBrtczku%5C%2Fmkghgt0fg%27);">info(at)example.com</a>

Now the HTML Output ist:

<a>info(at)example.com</a>

Therefore linking emailadresses does not work anymore.

In the source code of the RTE they are displayed like this:

<a href="mailto:info@example.com">info@example.com </a>

If I disable spamProtectEmailAddresses the emailadress is generated.


Subtasks 3 (0 open3 closed)

Bug #94823: sanitizeHtml disables email when config.spamProtectEmailAddresses is enabledClosed2021-08-11

Actions
Bug #94848: spamProtectEmailAddresses not working since TYPO3 10.4.19Closed2021-08-12

Actions
Bug #94885: Mailto Links missing hrefClosed2021-08-13

Actions

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #94833: mailto-Links in RTE will not get rendered in frontendClosed2021-08-12

Actions
Actions

Also available in: Atom PDF