Skip to content

Commit

Permalink
fix: allow remove of user-agent header (httpyac/httpyac.github.io#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnWeber committed Sep 2, 2023
1 parent 3b1e9f5 commit 2e4ae7b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,11 @@
},
"additionalProperties": true,
"scope": "resource",
"description": "default request headers if not overwritten"
"description": "default request headers if not overwritten",
"default": {
"Accept": "*/*",
"User-Agent": "httpyac"
}
},
"httpyac.requestBodyInjectVariablesExtensions": {
"type": "array",
Expand Down

0 comments on commit 2e4ae7b

Please sign in to comment.