dist: Rebuild for dependency update

This commit is contained in:
Brian Flad 2024-04-23 10:09:37 -04:00
parent dc9bc2c21d
commit 036e529f14
No known key found for this signature in database
GPG key ID: AC40A9A6632E4888

3
dist/index.js vendored
View file

@ -15878,6 +15878,7 @@ var preservedUrlFields = [
"protocol",
"query",
"search",
"hash",
];
// Create handlers that pass events from native requests
@ -16311,7 +16312,7 @@ RedirectableRequest.prototype._processResponse = function (response) {
redirectUrl.protocol !== "https:" ||
redirectUrl.host !== currentHost &&
!isSubdomain(redirectUrl.host, currentHost)) {
removeMatchingHeaders(/^(?:authorization|cookie)$/i, this._options.headers);
removeMatchingHeaders(/^(?:(?:proxy-)?authorization|cookie)$/i, this._options.headers);
}
// Evaluate the beforeRedirect callback