eschutho commented on code in PR #24627:
URL: https://github.com/apache/superset/pull/24627#discussion_r1261802030
##########
superset/config.py:
##########
@@ -1397,6 +1397,7 @@ def EMAIL_HEADER_MUTATOR( # pylint:
disable=invalid-name,unused-argument
},
"content_security_policy_nonce_in": ["script-src"],
"force_https": False,
+ "session_cookie_samesite": "None",
Review Comment:
just testing if this works.. the long term solution would be to put this in
the github workflow above.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]