mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-27 19:19:21 +03:00
Resolve #1500
This commit is contained in:
parent
71f78a83bb
commit
ce63c36fb0
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ class CSP implements \Stringable
|
|||
'img-src' => ["'self'", 'data:'],
|
||||
'media-src' => ["'self'", 'data:'],
|
||||
'style-src' => ["'self'", "'unsafe-inline'"],
|
||||
'connect-src' => ["'self'", "keys.openpgp.org"]
|
||||
'connect-src' => ["'self'", 'data:', "keys.openpgp.org"]
|
||||
];
|
||||
|
||||
function __construct(string $default = '')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue