Rebuild dist

This commit is contained in:
Nick Alteen
2024-02-16 15:05:49 -05:00
parent 995815e536
commit 364dbf68cc

3
dist/index.js generated vendored
View File

@@ -18032,6 +18032,9 @@ function httpRedirectFetch (fetchParams, response) {
// https://fetch.spec.whatwg.org/#cors-non-wildcard-request-header-name
request.headersList.delete('authorization')
// https://fetch.spec.whatwg.org/#authentication-entries
request.headersList.delete('proxy-authorization', true)
// "Cookie" and "Host" are forbidden request-headers, which undici doesn't implement.
request.headersList.delete('cookie')
request.headersList.delete('host')