You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edge: ALLOWED_ORIGIN accepts a comma-separated origin list. The CORS header can only
carry one origin, so the list is matched against the request's own Origin and echoed back at
a single fetch boundary (finalizeCors); Vary: Origin rides along so a cache never serves
one origin's header to another. Single-origin and wildcard (*) behavior are unchanged, and
the 55 json()/cors() call sites are untouched. (PR #58.)