CORS Security Fix
- Fixes a security issue where Access-Control-Allow-Origin would reflect the Origin header in the request, which has different (and worse) security vs. returning an explicit "*". Thanks to @ejcx for reporting and fixing.
CHANGELOG
9066371 [bugfix] Don't return the origin header when configured to * (#116)