Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 6b161c9

Browse files
authored
Update reference.conf
1 parent 0b89083 commit 6b161c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/src/main/resources/reference.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ akka.http.session {
55
path = /
66
secure = false
77
http-only = true
8-
same-site = None
8+
same-site = Lax
99
}
1010
header {
1111
send-to-client-name = "Set-Authorization"
@@ -27,7 +27,7 @@ akka.http.session {
2727
path = /
2828
secure = false
2929
http-only = false
30-
same-site = None
30+
same-site = Lax
3131
}
3232
submitted-name = "X-XSRF-TOKEN"
3333
}
@@ -39,7 +39,7 @@ akka.http.session {
3939
path = /
4040
secure = false
4141
http-only = true
42-
same-site = None
42+
same-site = Lax
4343
}
4444
header {
4545
send-to-client-name = "Set-Refresh-Token"

0 commit comments

Comments
 (0)