ourway / webfsd

A simple HTTP server for mostly static content written in C
GNU General Public License v2.0
90 stars 18 forks source link

Added CORS #10

Closed abhimp closed 3 years ago

abhimp commented 3 years ago

Hi,

I am using webfsd for a long time, and I love it. I always felt that there should be an option to add CORS or Cross-Origin Resource Sharing. So, I have added that feature. Kindly review my changes and let me know if it is okay or I need to change something.

Thank You

ourway commented 3 years ago

Thank you, I reviewed it, looks fine.