diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-12-14 09:11:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-14 09:11:15 +0100 |
commit | 99a6665888af1ac89af7269c6d40d14aba94b613 (patch) | |
tree | 5085b5a7d86b52e14921ad54522becc623ae64ef /lib | |
parent | b2ef004969c7f1e871e40dab2994552fb2d69b73 (diff) | |
parent | 71cf92697cf1632803e9e57629504871cad549da (diff) | |
download | nextcloud-server-99a6665888af1ac89af7269c6d40d14aba94b613.tar.gz nextcloud-server-99a6665888af1ac89af7269c6d40d14aba94b613.zip |
Merge pull request #24679 from nextcloud/tcitworld-patch-1
Update comment to reflect current CSP policy
Diffstat (limited to 'lib')
-rw-r--r-- | lib/public/AppFramework/Http/ContentSecurityPolicy.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/AppFramework/Http/ContentSecurityPolicy.php b/lib/public/AppFramework/Http/ContentSecurityPolicy.php index 3a9ab8f8c15..20263769630 100644 --- a/lib/public/AppFramework/Http/ContentSecurityPolicy.php +++ b/lib/public/AppFramework/Http/ContentSecurityPolicy.php @@ -36,7 +36,7 @@ namespace OCP\AppFramework\Http; * notice that Nextcloud ships already with sensible defaults and those policies * should require no modification at all for most use-cases. * - * This class allows unsafe-eval of javascript and unsafe-inline of CSS. + * This class allows unsafe-inline of CSS. * * @since 8.1.0 */ |