From 65030bf8d834185e86c0aea764280102c408b190 Mon Sep 17 00:00:00 2001 From: djmaze Date: Wed, 4 Nov 2020 22:59:32 +0100 Subject: [PATCH] =?UTF-8?q?Bugfix:=20Content=20Security=20Policy:=20Direct?= =?UTF-8?q?ive=20=E2=80=98frame-src=E2=80=99=20has=20been=20deprecated.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- snappymail/v/0.0.0/app/libraries/RainLoop/ServiceActions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snappymail/v/0.0.0/app/libraries/RainLoop/ServiceActions.php b/snappymail/v/0.0.0/app/libraries/RainLoop/ServiceActions.php index 80eee67b1..b84742698 100644 --- a/snappymail/v/0.0.0/app/libraries/RainLoop/ServiceActions.php +++ b/snappymail/v/0.0.0/app/libraries/RainLoop/ServiceActions.php @@ -406,7 +406,7 @@ class ServiceActions if (\method_exists($this->oActions, $sMethodName)) { \header('X-Raw-Action: '.$sMethodName, true); - \header('Content-Security-Policy: script-src \'none\'; frame-src \'none\'; child-src \'none\'', true); + \header('Content-Security-Policy: script-src \'none\'; child-src \'none\'', true); $sRawError = ''; $this->oActions->SetActionParams(array(