thomasht86 commited on
Commit
efb96c1
·
verified ·
1 Parent(s): b58df67

deploy at 2024-08-24 17:00:00.666880

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -184,7 +184,7 @@ middlewares = [
184
  SessionMiddleware,
185
  secret_key=get_key(fname=sess_key_path),
186
  max_age=3600,
187
- same_site='lax',
188
  https_only=True,
189
  session_cookie="vespa-session",
190
  domain=".vespa-engine-fasthtml-vespa.hf.space"
 
184
  SessionMiddleware,
185
  secret_key=get_key(fname=sess_key_path),
186
  max_age=3600,
187
+ same_site='None',
188
  https_only=True,
189
  session_cookie="vespa-session",
190
  domain=".vespa-engine-fasthtml-vespa.hf.space"