mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #12348 from nextcloud/fix/basic_csp_no_longer_deprecated
Basic CSP no longer deprecated
This commit is contained in:
commit
78fd8ab0fd
1 changed files with 0 additions and 1 deletions
|
|
@ -39,7 +39,6 @@ namespace OCP\AppFramework\Http;
|
|||
*
|
||||
* @package OCP\AppFramework\Http
|
||||
* @since 8.1.0
|
||||
* @deprecated 14.0.0 Use one of our stricter CSP policies
|
||||
*/
|
||||
class ContentSecurityPolicy extends EmptyContentSecurityPolicy {
|
||||
/** @var bool Whether inline JS snippets are allowed */
|
||||
|
|
|
|||
Loading…
Reference in a new issue