r0man / ring-cors

Ring middleware for Cross-Origin Resource Sharing.
http://github.com/r0man/ring-cors
166 stars 44 forks source link

Fix for issue #5. #6

Closed scottyw closed 6 years ago

scottyw commented 9 years ago

@r0man @melvinzhang This might be a possible fix for issue #5. Melvin did all the research on this one, I've just implemented a fix based on his findings.

r0man commented 9 years ago

@scottyw Sorry for being late on this. Can you fix the lint errors? Then I would merge this ...

scottyw commented 9 years ago

@r0man Cool, thanks. I missed that Travis failed. Made some fixes and it looks better now. Appreciate the help!