-
Notifications
You must be signed in to change notification settings - Fork 331
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editorial: change how a CORS filtered response filters headers
Rather than just directling taking the exposed headers from the `Access-Control-Expose-Headers` header, this adds a separate list of exposed headers to a response, initialized from that header. This makes foreign fetch integration easier. PR: #265
- Loading branch information
1 parent
1cc34b1
commit 32411c7
Showing
2 changed files
with
97 additions
and
55 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