etr2460 commented on issue #11810: URL: https://github.com/apache/incubator-superset/issues/11810#issuecomment-733902034
As displayed in the config comments (https://github.com/apache/incubator-superset/blob/master/superset/config.py#L918), you need to pass in `"None"` and not `None` to set the samesite attribute to "None". This is an unfortunate naming collision between Python and web standards... Note I believe you also must set `SESSION_COOKIE_HTTPONLY` to True to set any of the samesite options as otherwise a malicious site could grab your cookie through JS and impersonate the user ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
