Skip to content

v1.4.1

Compare
Choose a tag to compare
@weierophinney weierophinney released this 01 Jun 20:35
· 43 commits to master since this release
  • ZfrCors now properly disallows Access-Control-Allow-Origin: * when the credentials flag is true. [#35]
  • The CorsRequestListener now no longer raises an exception when triggered during EVENT_FINISH if the Origin header is invalid, and instead just returns early. That condition is already found during pre-flight, which allows ignoring it when returning the response. [#47]