Skip to content

Commit

Permalink
Remove header property validation
Browse files Browse the repository at this point in the history
- Allows multiple cookies to be set
- Allows Access-Control-Allow-Origin to support multiple domains
  • Loading branch information
refactornator authored and William Lindner committed Sep 25, 2017
1 parent 33bef0d commit 1d7ff76
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/optionsSchema.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@
},
"headers": {
"description": "Response headers that are added to each response.",
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"clientLogLevel": {
Expand Down

0 comments on commit 1d7ff76

Please sign in to comment.