Skip to content

Commit

Permalink
v0.004
Browse files Browse the repository at this point in the history
 - Allow setting expose_headers to * to allow all headers.
 - Fix cross origin OPTIONS requests.
 - Include all default HTTP and WebDAV methods by default.
 - Include common WebDAV and web framework headers as allowed headers by
     default.
  • Loading branch information
haarg committed Feb 8, 2011
1 parent dbb1422 commit b1be414
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,13 @@ Revision history for Plack-Middleware-CrossOrigin

{{$NEXT}}

0.004 2011-02-08 11:59:11 America/Chicago
- Allow setting expose_headers to * to allow all headers.
- Fix cross origin OPTIONS requests.
- Include all default HTTP and WebDAV methods by default.
- Include common WebDAV and web framework headers as allowed headers by
default.

0.003 2010-09-22 10:02:47 America/Chicago
- Fixed handling of expose_headers

Expand Down

0 comments on commit b1be414

Please sign in to comment.