Actions
Task #100587
closedEpic #87417: Integrate proper Content Security Policy (CSP) handling
Deprecate form engine result property additionalJavaScriptPost & inline JavaScript customEval
Start date:
2023-04-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tce']['formevals'][$func]
might be a class having method returnFieldJS() which returns plain inline JavaScript as @string
(instead of an instance of JavaScriptModuleInstruction
).
Actions