enable img-src blob: in /pad/

pull/1/head
ansuz 8 years ago
parent d0d38aa2a3
commit 980d555500

@ -67,7 +67,7 @@ module.exports = {
"connect-src 'self' ws: wss:", "connect-src 'self' ws: wss:",
// (insecure remote) images are included by users of the wysiwyg who embed photos in their pads // (insecure remote) images are included by users of the wysiwyg who embed photos in their pads
"img-src *", "img-src * blob:",
].join('; '), ].join('; '),
httpPort: 3000, httpPort: 3000,

Loading…
Cancel
Save