Update comment to reflect current CSP policy
JS unsafe-eval was removed a long time ago in https://github.com/nextcloud/server/pull/11028
This commit is contained in:
parent
5644795813
commit
71cf92697c
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue