Skip to content

Commit 962619d

Browse files
iBotPeachesgithub-actions[bot]
authored andcommitted
Update dist
1 parent 4d0b591 commit 962619d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

dist/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14540,6 +14540,9 @@ function httpRedirectFetch (fetchParams, response) {
1454014540
// https://fetch.spec.whatwg.org/#cors-non-wildcard-request-header-name
1454114541
request.headersList.delete('authorization')
1454214542

14543+
// https://fetch.spec.whatwg.org/#authentication-entries
14544+
request.headersList.delete('proxy-authorization', true)
14545+
1454314546
// "Cookie" and "Host" are forbidden request-headers, which undici doesn't implement.
1454414547
request.headersList.delete('cookie')
1454514548
request.headersList.delete('host')

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)