nsarrazin HF Staff commited on
Commit
726db95
·
1 Parent(s): c29e973

fix(cookie): set cookie samesite to lax

Browse files
Files changed (1) hide show
  1. chart/env/prod.yaml +1 -1
chart/env/prod.yaml CHANGED
@@ -32,7 +32,7 @@ envVars:
32
  APP_BASE: "/chat"
33
  ALLOW_IFRAME: "false"
34
  COMMUNITY_TOOLS: "true"
35
- COOKIE_SAMESITE: "strict"
36
  COOKIE_SECURE: "true"
37
  ENABLE_ASSISTANTS: "true"
38
  ENABLE_ASSISTANTS_RAG: "true"
 
32
  APP_BASE: "/chat"
33
  ALLOW_IFRAME: "false"
34
  COMMUNITY_TOOLS: "true"
35
+ COOKIE_SAMESITE: "lax"
36
  COOKIE_SECURE: "true"
37
  ENABLE_ASSISTANTS: "true"
38
  ENABLE_ASSISTANTS_RAG: "true"