Skip to content

Commit

Permalink
Update TALISMAN_DEV_CONFIG
Browse files Browse the repository at this point in the history
  • Loading branch information
Khrol committed Oct 3, 2023
1 parent 875a14c commit 0346e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'",
Expand Down

0 comments on commit 0346e04

Please sign in to comment.