herudi / static-files

Serve Static for Deno.
MIT License
9 stars 3 forks source link

CORS? #6

Open dionjwa opened 1 year ago

dionjwa commented 1 year ago

Is this expected to work with CORS middleware?

I have CORS middleware in my oak server, it works with other requests, but requests returning from this static file server do not have CORS headers added, so fail in cross origin requests.