mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
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:
commit
173d95c904
3 changed files with 3 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@ namespace OCP\AppFramework\Http;
|
|||
*
|
||||
* @package OCP\AppFramework\Http
|
||||
* @since 14.0.0
|
||||
* @deprecated 17.0.0
|
||||
*/
|
||||
class StrictEvalContentSecurityPolicy extends ContentSecurityPolicy {
|
||||
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@ namespace OCP\AppFramework\Http;
|
|||
*
|
||||
* @package OCP\AppFramework\Http
|
||||
* @since 14.0.0
|
||||
* @deprecated 17.0.0
|
||||
*/
|
||||
class StrictInlineContentSecurityPolicy extends ContentSecurityPolicy {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue