From 7c7841ba124c6bd231d1ae079fea9571777d43f0 Mon Sep 17 00:00:00 2001 From: Roman Date: Fri, 10 Jun 2022 13:18:05 +0300 Subject: [PATCH] allow to load images with data:base64 urls Signed-off-by: Roman --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1b1414d2a5..b30076ec10 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "bundledKubectlVersion": "1.23.3", "bundledHelmVersion": "3.7.2", "sentryDsn": "", - "contentSecurityPolicy": "script-src 'unsafe-eval' 'self'; frame-src http://*.localhost:*/; img-src *" + "contentSecurityPolicy": "script-src 'unsafe-eval' 'self'; frame-src http://*.localhost:*/; img-src * data:" }, "engines": { "node": ">=16 <17"