cyu / rack-cors

Rack Middleware for handling Cross-Origin Resource Sharing (CORS), which makes cross-origin AJAX possible.
MIT License
3.27k stars 262 forks source link

Fix possible frozen hash mutation #172

Open uasi opened 6 years ago

uasi commented 6 years ago

rack-cors can raise runtime error when the headers hash returned by app is frozen.