Skip to content

Commit

Permalink
Added CHANGELOG for #47
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Jun 1, 2017
1 parent ab46175 commit 779a9e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

- 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]

# 1.4.0

Expand Down

0 comments on commit 779a9e4

Please sign in to comment.