Actions
Task #95896
closedEpic #87417: Integrate proper Content Security Policy (CSP) handling
Task #87418: Refactor and remove usage of inline scripts in backend
Remove inline JavaScript in ViewModule
Start date:
2021-11-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The refresh button in the ViewModuleController uses inline JavaScript as shown below
javascript:document.getElementById(\'tx_viewpage_iframe\').contentWindow.location.reload(true);
This can be moved to the existing external JavaScript file for that module.
Updated by Gerrit Code Review over 3 years ago
- Status changed from New 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 https://review.typo3.org/c/Packages/TYPO3.CMS/+/72073
Updated by Torben Hansen over 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 61e6912fb7638a7d3cb6784f84d52b5c857911fb.
Actions