This is an automated email from the ASF dual-hosted git repository.
erikrit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new 4e01f39 chore: update samesite config documentation (#10720)
4e01f39 is described below
commit 4e01f39733ee3d3645c4b6253e7d91ba165f800b
Author: Erik Ritter <[email protected]>
AuthorDate: Fri Aug 28 16:14:37 2020 -0700
chore: update samesite config documentation (#10720)
---
superset/config.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/superset/config.py b/superset/config.py
index 1cce91e..58a6b0d 100644
--- a/superset/config.py
+++ b/superset/config.py
@@ -892,7 +892,7 @@ RLS_FORM_QUERY_REL_FIELDS: Optional[Dict[str,
List[List[Any]]]] = None
#
SESSION_COOKIE_HTTPONLY = True # Prevent cookie from being read by frontend
JS?
SESSION_COOKIE_SECURE = False # Prevent cookie from being transmitted over
non-tls?
-SESSION_COOKIE_SAMESITE = "Lax" # One of [None, 'Lax', 'Strict']
+SESSION_COOKIE_SAMESITE = "Lax" # One of [None, 'None', 'Lax', 'Strict']
# Flask configuration variables
SEND_FILE_MAX_AGE_DEFAULT = 60 * 60 * 24 * 365 # Cache static resources