Skip to content

v2.10.3

Compare
Choose a tag to compare
@Kami Kami released this 07 Mar 07:05
· 5681 commits to master since this release

Fixed

  • Fix improper CORS where request from an origin not listed in allowed_origins will be responded
    with null for the Access-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)