v1.0.2
This release fixes a bug related to the Access-Control-Allow-Headers
header. If the Access-Control-Request-Headers
header is not passed, Access-Control-Allow-Headers
was being set to nil
. Which then causes rack to through an error.
This release fixes a bug related to the Access-Control-Allow-Headers
header. If the Access-Control-Request-Headers
header is not passed, Access-Control-Allow-Headers
was being set to nil
. Which then causes rack to through an error.