-
Notifications
You must be signed in to change notification settings - Fork 32
Allow regex and array origin to determine Access-Control-Allow-Origin #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@lucasfischer thanks so much for making this PR! I'll hopefully be able to take a look at it soon. |
Any progress on this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I finally had a bit of time to take a look. Here are some of my questions. Thanks again for putting effort into this, it's a good direction for the project.
hey @tim-phillips, thank you for helping me with this. |
Your welcome, thanks so much for your work. I’m going to make a couple changes and then I’ll have you review them and then I’ll merge it. |
I made some changes, take a look and let me know what you think. If everything looks good then I'll merge this to the |
looks good to me. |
i made a few changes and wrote some new tests to fix the open Vary header thing: |
That commit is great, please merge and then this PR should be ready to merge to |
done. |
after this PR
micro-cors
acceptsorigin
values like https://github.com/expressjs/cors#configuration-optionsMissing:
resolves #47