]> source.dussan.org Git - nextcloud-server.git/commitdiff
No need to have these classes we tighten the default CSP from time to 16581/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Sat, 27 Jul 2019 12:59:48 +0000 (14:59 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Sat, 27 Jul 2019 12:59:48 +0000 (14:59 +0200)
time

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
lib/public/AppFramework/Http/StrictContentSecurityPolicy.php
lib/public/AppFramework/Http/StrictEvalContentSecurityPolicy.php
lib/public/AppFramework/Http/StrictInlineContentSecurityPolicy.php

index 6713796bdd3bc0c92c9bb74ebdeed85507548e6e..e63eccb72eb81d2bbbc87582a8873b0419a05a6b 100644 (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 */
index b95d2c65e50c201263dbf3a4790d69e30ba05457..2ae4bbe143b4d79224c35d5d827b22313ed35ca3 100644 (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 {
 
index 65630de7b76eac993e67aa057a750c388e17f70d..8ec39b46ad181dc1552ffb0ffabd7620dd2c25a0 100644 (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 {