mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 22:16:08 +00:00
Fix default production cookie value
This commit is contained in:
parent
937efd9121
commit
6bd0273e2d
@ -160,7 +160,7 @@ pub const cookies: http.Cookies.CookieOptions = switch (environment) {
|
|||||||
.production => .{
|
.production => .{
|
||||||
.secure = true,
|
.secure = true,
|
||||||
.http_only = true,
|
.http_only = true,
|
||||||
.same_site = true,
|
.same_site = .lax,
|
||||||
.path = "/",
|
.path = "/",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user