All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Bug with
Access-Control-Allow-Origin
header isnull
thenallowedOrigins
is['*']
,supportsCredentials
istrue
andOrigin
header doesn't set (#85)
- CORS headers are better cachable now, with correct Vary headers (#70, #74)
- CORS headers are added to non-Origin requests when possible (#73)
- Requests are no longer blocked by the server, only by the browser (#70)