v2.9.3
Fixed
- Fix improper CORS where request from an origin not listed in
allowed_origins
will be responded
withnull
for theAccess-Control-Allow-Origin
header. The fix returns the first of our
allowed origins if the requesting origin is not a supported origin. Reported by Barak Tawily.
(bug fix)