diff --git a/demo/src/main.zig b/demo/src/main.zig index 26f638a..b306e70 100644 --- a/demo/src/main.zig +++ b/demo/src/main.zig @@ -87,7 +87,7 @@ pub const jetzig_options = struct { .path = "/", }, .production => .{ - .same_site = true, + .same_site = .lax, .secure = true, .http_only = true, .path = "/",