Actions
Bug #101228
closedMailto link decryption vs. manipulated DOM
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2023-07-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The "new" mailto link decryption is not working for a manipulated DOM anymore since it's only been executed once on the "load" event. See default_frontend.js
We've got an asynchronously loaded part of the website that contains encrypted mailto links that are not handled at all.
Actions