This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch scarf-pixel
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/scarf-pixel by this push:
     new 62c928df69 more linting
62c928df69 is described below

commit 62c928df690c7147c31535507f7e957c17482ffc
Author: Evan Rusackas <[email protected]>
AuthorDate: Thu Nov 16 22:14:05 2023 -0700

    more linting
---
 superset/config.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/superset/config.py b/superset/config.py
index 409e20a4e2..89693440cc 100644
--- a/superset/config.py
+++ b/superset/config.py
@@ -1425,7 +1425,7 @@ TALISMAN_ENABLED = 
utils.cast_to_boolean(os.environ.get("TALISMAN_ENABLED", True
 TALISMAN_CONFIG = {
     "content_security_policy": {
         "default-src": ["'self'"],
-        "img-src": ["'self'", "blob:", "data:","https://static.scarf.sh";],
+        "img-src": ["'self'", "blob:", "data:", "https://static.scarf.sh";],
         "worker-src": ["'self'", "blob:"],
         "connect-src": [
             "'self'",
@@ -1447,7 +1447,7 @@ TALISMAN_CONFIG = {
 TALISMAN_DEV_CONFIG = {
     "content_security_policy": {
         "default-src": ["'self'"],
-        "img-src": ["'self'", "blob:", "data:","https://static.scarf.sh";],
+        "img-src": ["'self'", "blob:", "data:", "https://static.scarf.sh";],
         "worker-src": ["'self'", "blob:"],
         "connect-src": [
             "'self'",

Reply via email to