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
).
Updated by Gerrit Code Review over 1 year ago
- Status changed from New to Under Review
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/78636
Updated by Oliver Hader over 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset bb4b3f34b04bd55edfa31751afa8ca4ec590d80e.
Updated by Christian Kuhn over 1 year ago
- Related to Task #101054: Remove deprecated usage of 'additionalJavaScriptPost' added
Actions