David Goldelocks
Results
2
issues of
David Goldelocks
followup to #120 `DeepMerge` can be loaded in 3 different ways: 1. only the `core` library 2. the `core` library + the default `Hash` monkey patch 3. the `core` library...
we have a POST only route so when a preflight request is made, `allowed_methods` is just `["POST"]` and the size check causes the request to 404: https://github.com/jdesrosiers/sinatra-cors/blob/6e1cbe1afa616c33c0b3268cd3f0e8733c78598e/lib/sinatra/cors.rb#L134 why is a...