Revert "Add defaultHeaders flag that controls helpful default heders that can sometimes interfere with apis (#8152)"

This reverts commit 6910be795f.
This commit is contained in:
Jeremy Ruston
2024-05-29 13:55:32 +01:00
parent 47029bac9e
commit 928f3fc413
3 changed files with 5 additions and 8 deletions
-1
View File
@@ -39,7 +39,6 @@ exports.startup = function() {
method: params.method,
body: params.body,
binary: params.binary,
defaultHeaders: params.defaultHeaders,
oncompletion: params.oncompletion,
onprogress: params.onprogress,
bindStatus: params["bind-status"],