Actions
Bug #100618
closedEpic #87417: Integrate proper Content Security Policy (CSP) handling
CSP module: Mute and delete of violations do not work
Start date:
2023-04-16
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When selecting a violation in the CSP backend module and click on "Mute" or "Delete" the request is send, but especially the violation is not muted or deleted.
Reason: The payload of the Ajax request has a key "summary" whereas the Ajax controller checks for a "summaries" key.
Actions