Skip to content

Commit

Permalink
Set cookies SameSite value to Lax
Browse files Browse the repository at this point in the history
  • Loading branch information
allegroai committed Feb 13, 2024
1 parent ee8eb03 commit 6a1fc04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apiserver/config/default/apiserver.conf
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
httponly: true # allow only http to access the cookies (no JS etc)
secure: false # not using HTTPS
domain: null # Limit to localhost is not supported
samesite: Lax
max_age: 99999999999
}

Expand Down

0 comments on commit 6a1fc04

Please sign in to comment.