Merge pull request #24679 from nextcloud/tcitworld-patch-1

Update comment to reflect current CSP policy
This commit is contained in:
Roeland Jago Douma 2020-12-14 09:11:15 +01:00 committed by GitHub
commit 99a6665888
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
*/