Actions
Bug #25065
closedspam protection of emails could be configured to break
Start date:
2011-02-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When using the following setup all emails will be protected. But the javascript is missing to decode the emailto link.
page {
spamProtectEmailAddresses = 2
spamProtectEmailAddresses_atSubst = (at)
removeDefaultJS = 1
}
To avoid non protected mail adresses, typo3 should force the ouput of the needed typoscript as inline js. MAybe with a hint above, that people who analyse their js will have a clue why it's there.
p.e.:
// this javascript is needed for spam protection
This happens also in Typo3 4.4, 4.3, 4.2 and trunk
(issue imported from #M17626)
Actions