Skip to content

Commit

Permalink
fix: add WebSocket URL for production environment to CSP configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kalyan540 committed Dec 26, 2024
1 parent 1f68be4 commit bface6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1635,6 +1635,7 @@ def EMAIL_HEADER_MUTATOR( # pylint: disable=invalid-name,unused-argument
"https://api.mapbox.com",
"https://events.mapbox.com",
"ws://localhost:8765/",
"ws://ec2-54-221-103-4.compute-1.amazonaws.com/:8765/",
],
"object-src": "'none'",
"style-src": [
Expand Down

0 comments on commit bface6e

Please sign in to comment.