@bigbinary/neeto-audit-frontend 2.0.9 → 2.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -30948,7 +30948,7 @@ RedirectableRequest.prototype._processResponse = function (response) {
30948
30948
  redirectUrl.protocol !== "https:" ||
30949
30949
  redirectUrl.host !== currentHost &&
30950
30950
  !isSubdomain(redirectUrl.host, currentHost)) {
30951
- removeMatchingHeaders(/^(?:authorization|cookie)$/i, this._options.headers);
30951
+ removeMatchingHeaders(/^(?:(?:proxy-)?authorization|cookie)$/i, this._options.headers);
30952
30952
  }
30953
30953
 
30954
30954
  // Evaluate the beforeRedirect callback
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-audit-frontend",
3
- "version": "2.0.9",
3
+ "version": "2.0.10",
4
4
  "description": "Audits neeto frontend codebase for issues and suggests a fix.",
5
5
  "type": "module",
6
6
  "bin": "./dist/index.js",