Skip to content

Commit

Permalink
fix: disable secure session cookies and CSRF protection in superset c…
Browse files Browse the repository at this point in the history
…onfiguration
  • Loading branch information
kalyan540 committed Mar 2, 2025
1 parent 2d4646d commit 301cad1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/pythonpath_dev/superset_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ class CeleryConfig:
# GUEST_TOKEN_HEADER_NAME = "X-GuestToken"
# GUEST_TOKEN_JWT_EXP_SECONDS = 3600 # 1 hour

SESSION_COOKIE_SECURE = False
WTF_CSRF_ENABLED = False


ALERT_REPORTS_NOTIFICATION_DRY_RUN = False

Expand Down

0 comments on commit 301cad1

Please sign in to comment.