8000 chore: change same_site to lax · formidablejs/formidablejs@d616253 · GitHub
[go: up one dir, main page]

Skip to content

Commit d616253

Browse files
committed
chore: change same_site to lax
1 parent e795a57 commit d616253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/session.imba

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,6 @@ export default {
8888
#
8989
# Supported: "lax", "strict", "none"
9090

91-
same_site: env 'SESSION_SAME_SITE', 'none'
91+
same_site: env 'SESSION_SAME_SITE', 'lax'
9292

9393
}

0 commit comments

Comments
 (0)
0