mattdesl / budo

:clapper: a dev server for rapid prototyping
MIT License
2.17k stars 106 forks source link

Support for CORS #141

Closed veggiemonk closed 8 years ago

veggiemonk commented 8 years ago

Small modification to support CORS by adding the header Access-Control-Allow-Origin: *

I really wanted that feature in budo :smile:

mattdesl commented 8 years ago

Thanks! Do you think this should be the default?

mattdesl commented 8 years ago

Seems like http-server uses an option, so I guess we can too. :smile:

mattdesl commented 8 years ago

Merged, thanks again. :tada:

veggiemonk commented 8 years ago

Cool. Let me know if there are other things on the roadmap :smile: