mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
* HTML Editor: fix bug in editing uploaded image
This commit is contained in:
parent
910329c2e7
commit
72769e7a43
@ -42,7 +42,7 @@ class ContentSecurityPolicy
|
||||
'manifest-src'=> ["'self'"],
|
||||
'frame-ancestors' => ["'self'"], // does not allow to frame (embed in frameset) other then self / clickjacking protection
|
||||
'media-src' => ["data:"],
|
||||
'img-src' => ["data:", "https:"],
|
||||
'img-src' => ["data:", "https:", "blob:"],
|
||||
'default-src' => ["'none'"], // disallows all not explicit set sources!
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user