From b1be414e582d7327b90fac995e9a28c03c1c477a Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Tue, 8 Feb 2011 11:59:19 -0600 Subject: [PATCH] v0.004 - 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. --- Changes | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Changes b/Changes index 05a6eba..42c8a7b 100644 --- a/Changes +++ b/Changes @@ -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