Skip to content

Commit

Permalink
fix(cookie): set cookie samesite to lax
Browse files Browse the repository at this point in the history
  • Loading branch information
nsarrazin committed Oct 16, 2024
1 parent 74458c1 commit 165b40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/env/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ envVars:
APP_BASE: "/chat"
ALLOW_IFRAME: "false"
COMMUNITY_TOOLS: "true"
COOKIE_SAMESITE: "strict"
COOKIE_SAMESITE: "lax"
COOKIE_SECURE: "true"
ENABLE_ASSISTANTS: "true"
ENABLE_ASSISTANTS_RAG: "true"
Expand Down

0 comments on commit 165b40b

Please sign in to comment.