enable img-src blob: in /pad/

This commit is contained in:
ansuz 2017-07-13 11:19:45 +02:00
parent d0d38aa2a3
commit 980d555500
1 changed files with 1 additions and 1 deletions

View File

@ -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,