Project

General

Profile

Actions

Bug #72534

closed

<link> tag from Table content element not rendered anymore after update to 6.2.16

Added by Steven S. almost 9 years ago. Updated almost 9 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2016-01-04
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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.

Actions #1

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
Actions #2

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
}

Actions

Also available in: Atom PDF