mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-23 22:36:01 +08:00
Bugfix: Content Security Policy: Directive ‘frame-src’ has been deprecated.
This commit is contained in:
parent
21fe3aa25c
commit
65030bf8d8
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue