Merge pull request #171 from sc68cal/issue_170

Set same_site to correct type
This commit is contained in:
bobf 2025-03-08 20:06:16 +00:00 committed by GitHub
commit 19e17bc447
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = "/",