Feature #90044
closedRemove spamProtectEmailAddresses with option "ascii"
100%
Description
The spamProtectEmailAddresses "ascii" intends to fool crawler bots to misinterpret an email and therefore "protect" the e-mail adress.
In my opinion this does not work anymore, since someone could easily add a rule to an email crawler to check if the part after the mailto:
contains @
and if it does not it could simply try to htmlentities_decode
and get the value out this way.
Therefore the SPAM protection of the ascii option is as good as simply putting the email adress out there without any encryption.
I suggest therefore to deprecate this option for TYPO3 10.x and remove it with TYPO3 11. In order to make migration easier, the ascii value could be replaced by something that is known to be safe, like -5.
Updated by Georg Ringer over 4 years ago
- Related to Bug #89910: spamProtectEmailAddresses doesn't work as expected with value "ascii" added
Updated by Gerrit Code Review almost 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72908
Updated by Gerrit Code Review almost 3 years ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72908
Updated by Gerrit Code Review almost 3 years ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72908
Updated by Gerrit Code Review almost 3 years ago
Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72908
Updated by Gerrit Code Review almost 3 years ago
Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72908
Updated by Gerrit Code Review almost 3 years ago
Patch set 6 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72908
Updated by Benni Mack almost 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f79a3299d73c957fda0fa93465d090c04d874533.
Updated by Benni Mack over 1 year ago
- Related to Task #100996: Remove deprecated TypoScript settings added