follow-redirects
Advanced tools
Comparing version 1.15.5 to 1.15.6
@@ -464,3 +464,3 @@ var url = require("url"); | ||
!isSubdomain(redirectUrl.host, currentHost)) { | ||
removeMatchingHeaders(/^(?:authorization|cookie)$/i, this._options.headers); | ||
removeMatchingHeaders(/^(?:(?:proxy-)?authorization|cookie)$/i, this._options.headers); | ||
} | ||
@@ -467,0 +467,0 @@ |
{ | ||
"name": "follow-redirects", | ||
"version": "1.15.5", | ||
"version": "1.15.6", | ||
"description": "HTTP and HTTPS modules that follow redirects.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29373