From f1e8633623dd639c9ee72d8ce2d77c1fecd8bb8e Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Tue, 27 Aug 2019 09:21:53 -0700 Subject: [PATCH] fix: Add blob protocol to imgSrc --- server/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/app.js b/server/app.js index 8cde1baf..8fc9cf31 100644 --- a/server/app.js +++ b/server/app.js @@ -119,7 +119,7 @@ app.use( 'd2wy8f7a9ursnm.cloudfront.net', ], styleSrc: ["'self'", "'unsafe-inline'"], - imgSrc: ['*', 'data:'], + imgSrc: ['*', 'data:', 'blob:'], frameSrc: ['*'], }, })