File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -546,15 +546,15 @@ These are the available config options for making requests. Only the `url` is re
546546 // automatically. If set to `true` will also remove the 'content-encoding' header
547547 // from the responses objects of all decompressed responses
548548 // - Node only (XHR cannot turn off decompression)
549- decompress: true // default
549+ decompress: true , // default
550550
551551 // `insecureHTTPParser` boolean.
552552 // Indicates where to use an insecure HTTP parser that accepts invalid HTTP headers.
553553 // This may allow interoperability with non-conformant HTTP implementations.
554554 // Using the insecure parser should be avoided.
555555 // see options https://nodejs.org/dist/latest-v12.x/docs/api/http.html#http_http_request_url_options_callback
556556 // see also https://nodejs.org/en/blog/vulnerability/february-2020-security-releases/#strict-http-header-parsing-none
557- insecureHTTPParser: undefined // default
557+ insecureHTTPParser: undefined , // default
558558
559559 // transitional options for backward compatibility that may be removed in the newer versions
560560 transitional: {
You can’t perform that action at this time.
0 commit comments