No need to have these classes we tighten the default CSP from time to

time

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2019-07-27 14:59:48 +02:00
parent 1ec98af3e0
commit cd243b0876
No known key found for this signature in database
GPG Key ID: F941078878347C0C
3 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,7 @@ namespace OCP\AppFramework\Http;
*
* @package OCP\AppFramework\Http
* @since 14.0.0
* @deprecated 17.0.0
*/
class StrictContentSecurityPolicy extends EmptyContentSecurityPolicy {
/** @var bool Whether inline JS snippets are allowed */

View File

@ -39,6 +39,7 @@ namespace OCP\AppFramework\Http;
*
* @package OCP\AppFramework\Http
* @since 14.0.0
* @deprecated 17.0.0
*/
class StrictEvalContentSecurityPolicy extends ContentSecurityPolicy {

View File

@ -39,6 +39,7 @@ namespace OCP\AppFramework\Http;
*
* @package OCP\AppFramework\Http
* @since 14.0.0
* @deprecated 17.0.0
*/
class StrictInlineContentSecurityPolicy extends ContentSecurityPolicy {