From 364dbf68cc08b4f7350990990b8a8c608b64cad9 Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Fri, 16 Feb 2024 15:05:49 -0500 Subject: [PATCH] Rebuild dist --- dist/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dist/index.js b/dist/index.js index 7616d65..a636df1 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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')