From 0346e04f3c6d76c67377f6be1a86e7d7fedfc96c Mon Sep 17 00:00:00 2001 From: Igor Khrol Date: Tue, 3 Oct 2023 11:07:03 +0300 Subject: [PATCH] Update TALISMAN_DEV_CONFIG --- superset/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset/config.py b/superset/config.py index 4cf2955136960..eec3abe81c74c 100644 --- a/superset/config.py +++ b/superset/config.py @@ -1440,7 +1440,7 @@ def EMAIL_HEADER_MUTATOR( # pylint: disable=invalid-name,unused-argument TALISMAN_DEV_CONFIG = { "content_security_policy": { "default-src": ["'self'"], - "img-src": ["'self'", "data:"], + "img-src": ["'self'", "blob:", "data:"], "worker-src": ["'self'", "blob:"], "connect-src": [ "'self'",