evert0n / koa-cors

CORS middleware for Koa
MIT License
243 stars 48 forks source link

support using a function as the origin option #18

Closed sojournerc closed 9 years ago

sojournerc commented 9 years ago

This was mentioned in the README, but the code didn't support passing a function as the origin option. This addresses that, as well as bumping minor version.

evert0n commented 9 years ago

Thanks for the work done here, I ended up merging in #15 which address the same issue.