mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 14:06:08 +00:00
Merge pull request #171 from sc68cal/issue_170
Set same_site to correct type
This commit is contained in:
commit
19e17bc447
@ -87,7 +87,7 @@ pub const jetzig_options = struct {
|
|||||||
.path = "/",
|
.path = "/",
|
||||||
},
|
},
|
||||||
.production => .{
|
.production => .{
|
||||||
.same_site = true,
|
.same_site = .lax,
|
||||||
.secure = true,
|
.secure = true,
|
||||||
.http_only = true,
|
.http_only = true,
|
||||||
.path = "/",
|
.path = "/",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user