1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

allow to load images with data:base64 urls

Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
Roman 2022-06-10 13:18:05 +03:00
parent c54d59f205
commit 7c7841ba12

View File

@ -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"