Skip to content

Commit

Permalink
Stricter validation for the headers option
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceK33z committed Nov 14, 2016
1 parent 1591af1 commit 20ad9a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/optionsSchema.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
},
"headers": {
"description": "Response headers that are added to each response.",
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"clientLogLevel": {
Expand Down

0 comments on commit 20ad9a6

Please sign in to comment.