-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Access-Control-Allow-Headers bug
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.
- Loading branch information
Jason Desrosiers
committed
Oct 4, 2017
1 parent
ab07d09
commit 21a51fe
Showing
2 changed files
with
53 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters