mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-06-08 00:17:05 +00:00
chore: Update dist
This commit is contained in:
parent
8b493da9a6
commit
dc381ded38
2 changed files with 6 additions and 0 deletions
3
dist/cleanup/index.js
generated
vendored
3
dist/cleanup/index.js
generated
vendored
|
|
@ -31730,6 +31730,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')
|
||||
|
|
|
|||
3
dist/index.js
generated
vendored
3
dist/index.js
generated
vendored
|
|
@ -34003,6 +34003,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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue