Actions
Feature #38668
closedAdd allowed tags to stripHtml
Status:
Rejected
Priority:
Should have
Assignee:
Category:
TypoScript
Target version:
Start date:
2012-07-05
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
stripHtml uses the function strip_tags and it has as optional param allowed tags.
http://php.net/manual/en/function.strip-tags.php?beta=1
-> A situiation for useful use.
if you want to stip all html, but keep a few tags like <sup> are needed for TM (R) or such stuff.
Updated by Mathias Schreiber almost 10 years ago
- Target version set to 7.2 (Frontend)
Updated by Frank Nägler over 9 years ago
- Status changed from New to In Progress
- Assignee set to Frank Nägler
Updated by Gerrit Code Review over 9 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/37195
Updated by Frank Nägler over 9 years ago
- Status changed from Under Review to Rejected
for security reasons, we will not implement this feature, please see the comments from Alex and Helmut in this patchset: https://review.typo3.org/#/c/37195/
Actions