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
- Add OPTIONS handler to respond 204 to preflight requests; without
it they fell through to the 404 handler
- Fix origin matching in findMatchingOrigin to use exact equality
instead of the inverted substring check that caused subdomains to
be rejected
- Expand auto-origin FQDNs to http/https variants to match the Origin
header format browsers send
- Remove the host header fallback, which matched the destination not
the source and had no intentional rationale
- Replace node-fetch with native fetch in tests, which is now possible
since tests send Origin instead of Host
0 commit comments