Skip to content

Commit 6a1fc04

Browse files
author
allegroai
committed
Set cookies SameSite value to Lax
1 parent ee8eb03 commit 6a1fc04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apiserver/config/default/apiserver.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
httponly: true # allow only http to access the cookies (no JS etc)
7373
secure: false # not using HTTPS
7474
domain: null # Limit to localhost is not supported
75+
samesite: Lax
7576
max_age: 99999999999
7677
}
7778

0 commit comments

Comments
 (0)