![]() |
TYPO3
7.6
|
Public Member Functions | |
filter ($value) | |
Additional Inherited Members | |
![]() | |
convertCase ($value, $case) | |
getCharsetConverter () | |
getTypoScriptFrontendController () | |
Remove Cross Site Scripting filter
Definition at line 22 of file RemoveXssFilter.php.
filter | ( | $value | ) |
Return filtered value Removes potential XSS code from the input string.
Using an external class by Travis Puderbaugh kalla har@ quick wire d.com
string | $value | Unfiltered value |
Implements FilterInterface.
Definition at line 33 of file RemoveXssFilter.php.
References GeneralUtility\removeXSS().