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:
parent
1ec98af3e0
commit
cd243b0876
|
@ -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 New Issue