Bug #72534
closed<link> tag from Table content element not rendered anymore after update to 6.2.16
0%
Description
After updating to TYPO3 6.2.16, link tags in table content elements (backend) are not rendered into clickable links anymore but put out like <link http://... on the front end. This behaviour is discussed here: https://typo3.org/teams/security/security-bulletins/typo3-core/typo3-core-sa-2015-013/
There must be some sort of standard way to bring back the original behaviour. But I can not figure out an easy way.
Updated by Steffen Gebert almost 9 years ago
- Project changed from 1655 to TYPO3 Core
- TYPO3 Version set to 6.2
- Is Regression set to No
Updated by Wouter Wolters almost 9 years ago
- Status changed from New to Rejected
Hi, this is done for a reason as explained in the security bulletin. If you really need this to work you can enable this again by setting tthe following TypoScript.
But be aware that you allow XSS possibilities with this.
tt_content.table {
20.innerStdWrap.parseFunc = < lib.parseFunc
20.innerStdWrap.htmlSpecialChars = 0
}