Skip to content

Latest commit

 

History

History
73 lines (42 loc) · 1.96 KB

File metadata and controls

73 lines (42 loc) · 1.96 KB

cop-middleware CHANGELOG

This is the changelog for cop-middleware. It follows semantic versioning.

v0.1.7

Patch Changes

v0.1.6

Patch Changes

v0.1.5

Patch Changes

v0.1.4

Patch Changes

v0.1.3

Patch Changes

v0.1.2

Patch Changes

v0.1.1

Patch Changes

v0.1.0

Minor Changes

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

    • Expose cop(options) for browser-focused cross-origin protection using Sec-Fetch-Site with Origin fallback.
    • Support trusted origins, explicit insecure bypass patterns, and custom deny handlers.
    • Allow apps to layer cop() ahead of session() and csrf() when they want both browser-origin filtering and token-backed CSRF protection.

Patch Changes

v0.0.0

Minor Changes

  • Initial release.