update cors to check array

This commit is contained in:
miloschwartz
2025-10-05 16:50:46 -07:00
parent 956869ab58
commit b167d94ead
2 changed files with 7 additions and 1 deletions

View File

@@ -62,7 +62,6 @@ function parseSetCookieString(
: new URL(env.app.dashboardUrl).hostname;
if (d) {
options.domain = d;
console.log("Setting cookie domain to:", d);
}
}