]> source.dussan.org Git - nextcloud-server.git/commit
Allow to set a strict-dynamic CSP through the API 31503/head
authorJulius Härtl <jus@bitgrid.net>
Wed, 9 Mar 2022 13:25:36 +0000 (14:25 +0100)
committerJulius Härtl <jus@bitgrid.net>
Wed, 9 Mar 2022 14:10:27 +0000 (15:10 +0100)
commitbd03dd37bec6e94bf1bb8f7329d370c5a68ecb6b
tree54b371050de801f253fde867706529bc7bee6da9
parent0825c3ea34675b12bf14dc00354e0ab1c77ecf11
Allow to set a strict-dynamic CSP through the API

Signed-off-by: Julius Härtl <jus@bitgrid.net>
lib/private/Security/CSP/ContentSecurityPolicy.php
lib/public/AppFramework/Http/ContentSecurityPolicy.php
lib/public/AppFramework/Http/EmptyContentSecurityPolicy.php
tests/lib/AppFramework/Http/ContentSecurityPolicyTest.php
tests/lib/Security/CSP/ContentSecurityPolicyManagerTest.php