diff --git a/config/default.schema.json b/config/default.schema.json index 30b319c3be..49f3fd4629 100644 --- a/config/default.schema.json +++ b/config/default.schema.json @@ -281,7 +281,7 @@ }, "SESSION_COOKIE_SAME_SITE": { "type": "string", - "default": "strict", + "default": "lax", "description": "express-session cookie samesite attribute" }, "COOKIE": {