mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
enable img-src blob: in /pad/
This commit is contained in:
parent
d0d38aa2a3
commit
980d555500
@ -67,7 +67,7 @@ module.exports = {
|
||||
"connect-src 'self' ws: wss:",
|
||||
|
||||
// (insecure remote) images are included by users of the wysiwyg who embed photos in their pads
|
||||
"img-src *",
|
||||
"img-src * blob:",
|
||||
].join('; '),
|
||||
|
||||
httpPort: 3000,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user