v1.4.1
- 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 duringEVENT_FINISH
if theOrigin
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]