Skip to content

Commit

Permalink
fix: comment out frame options in Talisman configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kalyan540 committed Mar 2, 2025
1 parent 4121e63 commit 9437d2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions superset/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1628,7 +1628,7 @@ def EMAIL_HEADER_MUTATOR( # pylint: disable=invalid-name,unused-argument
"content_security_policy_nonce_in": ["script-src"],
"force_https": False,
"session_cookie_secure": False,
"frame_options": "ALLOWALL",
#"frame_options": "ALLOWALL",
}
# React requires `eval` to work correctly in dev mode
TALISMAN_DEV_CONFIG = {
Expand Down Expand Up @@ -1661,7 +1661,7 @@ def EMAIL_HEADER_MUTATOR( # pylint: disable=invalid-name,unused-argument
"content_security_policy_nonce_in": ["script-src"],
"force_https": False,
"session_cookie_secure": False,
"frame_options": "ALLOWALL",
#"frame_options": "ALLOWALL",
}

#
Expand Down

0 comments on commit 9437d2b

Please sign in to comment.