Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Vary may be set already by handlers, so use append instead * Added `HEAD` to allowed methods * Removed `Content-Length` from expose headers as it is superfluous - it is on the [CORS response header safelist](https://developer.mozilla.org/en-US/docs/Glossary/CORS-safelisted_response_header) * Added `Content-Range` to expose headers since we now support range requests
- Loading branch information