From 3d64425df20df13e12fddb3c5a1a6f2581801e27 Mon Sep 17 00:00:00 2001 From: Roman Date: Fri, 10 Jun 2022 13:23:25 +0300 Subject: [PATCH] allow to load images with data:base64 urls (#5599) --- 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"