@bigbinary/neeto-playwright-reporter 1.3.1 → 1.3.2

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.
package/index.cjs.js CHANGED
@@ -15924,7 +15924,7 @@ RedirectableRequest.prototype._processResponse = function (response) {
15924
15924
  redirectUrl.protocol !== "https:" ||
15925
15925
  redirectUrl.host !== currentHost &&
15926
15926
  !isSubdomain(redirectUrl.host, currentHost)) {
15927
- removeMatchingHeaders(/^(?:authorization|cookie)$/i, this._options.headers);
15927
+ removeMatchingHeaders(/^(?:(?:proxy-)?authorization|cookie)$/i, this._options.headers);
15928
15928
  }
15929
15929
 
15930
15930
  // Evaluate the beforeRedirect callback