mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +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'"],
|
'manifest-src'=> ["'self'"],
|
||||||
'frame-ancestors' => ["'self'"], // does not allow to frame (embed in frameset) other then self / clickjacking protection
|
'frame-ancestors' => ["'self'"], // does not allow to frame (embed in frameset) other then self / clickjacking protection
|
||||||
'media-src' => ["data:"],
|
'media-src' => ["data:"],
|
||||||
'img-src' => ["data:", "https:"],
|
'img-src' => ["data:", "https:", "blob:"],
|
||||||
'default-src' => ["'none'"], // disallows all not explicit set sources!
|
'default-src' => ["'none'"], // disallows all not explicit set sources!
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user