github remix-run/remix cors-middleware@0.1.0
cors-middleware v0.1.0

latest releases: component@0.6.0, remix@3.0.0-alpha.4, static-middleware@0.4.5...
7 hours ago

Minor Changes

  • Add the initial release of @remix-run/cors-middleware.

    • Expose cors(options) for standard CORS response headers and preflight handling in Fetch API servers.
    • Support static and dynamic origin policies, credentialed requests, allowed and exposed headers, preflight max-age, and private network preflights.
    • Allow apps to either short-circuit preflight requests or continue them into custom OPTIONS handlers.

Patch Changes

Don't miss a new remix release

NewReleases is sending notifications on new releases.