Updated the project.

This commit is contained in:
Batuhan Berk Başoğlu 2024-06-03 15:44:25 -04:00
parent 5dfe9f128d
commit 7919556077
1550 changed files with 17063 additions and 40183 deletions

0
my-app/node_modules/follow-redirects/LICENSE generated vendored Executable file → Normal file
View file

0
my-app/node_modules/follow-redirects/README.md generated vendored Executable file → Normal file
View file

0
my-app/node_modules/follow-redirects/debug.js generated vendored Executable file → Normal file
View file

0
my-app/node_modules/follow-redirects/http.js generated vendored Executable file → Normal file
View file

0
my-app/node_modules/follow-redirects/https.js generated vendored Executable file → Normal file
View file

2
my-app/node_modules/follow-redirects/index.js generated vendored Executable file → Normal file
View file

@ -461,7 +461,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

2
my-app/node_modules/follow-redirects/package.json generated vendored Executable file → Normal file
View file

@ -1,6 +1,6 @@
{
"name": "follow-redirects",
"version": "1.15.5",
"version": "1.15.6",
"description": "HTTP and HTTPS modules that follow redirects.",
"license": "MIT",
"main": "index.js",