mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-26 18:49:20 +03:00
Resolve #958
This commit is contained in:
parent
9dd917894d
commit
d58cb75e53
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ class CSP
|
|||
{
|
||||
public
|
||||
$base = ["'self'"],
|
||||
$default = ["'self'"],
|
||||
$default = ["'self'", 'data:'],
|
||||
// Knockout.js requires eval() for observable binding purposes
|
||||
// Safari < 15.4 does not support strict-dynamic
|
||||
// $script = ["'strict-dynamic'", "'unsafe-eval'"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue