Merge pull request #16581 from nextcloud/dep/strict_csps_can_go

No need to have these classes we tighten the default CSP from time to time
This commit is contained in:
Roeland Jago Douma 2019-07-29 10:40:38 +02:00 committed by GitHub
commit 173d95c904
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 {