fix: Add blob protocol to imgSrc

This commit is contained in:
Tom Moor
2019-08-27 09:21:53 -07:00
parent 39de7c0aee
commit f1e8633623

View File

@ -119,7 +119,7 @@ app.use(
'd2wy8f7a9ursnm.cloudfront.net',
],
styleSrc: ["'self'", "'unsafe-inline'"],
imgSrc: ['*', 'data:'],
imgSrc: ['*', 'data:', 'blob:'],
frameSrc: ['*'],
},
})