Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Use upstream asm/stack-cors

Compare
Choose a tag to compare
@barryvdh barryvdh released this 04 Jan 09:25
· 189 commits to master since this release

Breaking changes

  • The wildcard matcher is changed. You can use allowedOriginPatterns for your own patterns, or simple wildcards in the normal origins. Eg. *.laravel.com should still work.

Changes

  • Uses upstream asm/stack-cors (see #195)
  • Move tests to namespaces (See #277)