Changes between Initial Version and Version 1 of Ticket #2101, comment 3
- Timestamp:
- Nov 23, 2017, 9:53:12 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2101, comment 3
initial v1 1 (In [7423]) Fixes #2101: Content security policy violations should not be reported to the server 2 3 Reportering CSP violations must now be configured in the web.xml file. Two actions are needed: 4 5 * Add a `report-uri` statement to the Content-Security-Policy header. 6 * Enable the `csp-report` servlet. 7 1 Not part of this ticket!! 2 (In [7423]) Fixes #2102: Content security policy violations should not be reported to the server