From 35db32f504021bb913e6b3b5dd4f3a9ebd99235a Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Thu, 29 Aug 2019 14:52:10 +0200 Subject: [PATCH] Add deprecation warning Signed-off-by: Roeland Jago Douma --- lib/public/AppFramework/Http/EmptyContentSecurityPolicy.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/public/AppFramework/Http/EmptyContentSecurityPolicy.php b/lib/public/AppFramework/Http/EmptyContentSecurityPolicy.php index b3f341ab05..2d32ce0aa0 100644 --- a/lib/public/AppFramework/Http/EmptyContentSecurityPolicy.php +++ b/lib/public/AppFramework/Http/EmptyContentSecurityPolicy.php @@ -110,6 +110,7 @@ class EmptyContentSecurityPolicy { * @param bool $state * @return $this * @since 8.1.0 + * @deprecated Eval should not be used anymore. Please update your scripts. This function will stop functioning in a future version of Nextcloud. */ public function allowEvalScript($state = true) { $this->evalScriptAllowed = $state;