Allowing also GET method on Access-Control-Allow-Methods (dynamic handler).

This commit is contained in:
antisnatchor
2012-03-31 13:27:59 +01:00
parent 59ac216b71
commit 5474f0507a

View File

@@ -54,7 +54,7 @@ module Handlers
'Expires' => '0',
'Content-Type' => 'text/javascript',
'Access-Control-Allow-Origin' => '*',
'Access-Control-Allow-Methods' => 'POST'
'Access-Control-Allow-Methods' => 'POST, GET'
}
)