Actions
Bug #104727
closedMode "reduce" in csp.yaml not working
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Content Security Policy
Target version:
-
Start date:
2024-08-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I defined the following csp.yaml:
inheritDefault: true mutations: - mode: reduce directive: 'style-src-attr' sources: - "'unsafe-inline'"
to remove the 'unsafe-inline" source from "style-src-attr". However, the header still sends it:
style-src-attr 'unsafe-inline' 'report-sample';
Updated by Gerrit Code Review 3 months ago
- Status changed from New to Under Review
Patch set 1 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/+/85812
Updated by Gerrit Code Review 3 months ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85841
Updated by Oliver Hader 3 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4331cf82b72086ccd74b7c47b1bbe60ea2cfffde.
Actions