Skip to content

v2.9.3

Compare
Choose a tag to compare
@m4dcoder m4dcoder released this 07 Mar 05:42
· 5062 commits to master since this release
e7426a2

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)