@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 +1 -1
- package/index.cjs.js.map +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -15905,7 +15905,7 @@ RedirectableRequest.prototype._processResponse = function (response) {
|
|
|
15905
15905
|
redirectUrl.protocol !== "https:" ||
|
|
15906
15906
|
redirectUrl.host !== currentHost &&
|
|
15907
15907
|
!isSubdomain(redirectUrl.host, currentHost)) {
|
|
15908
|
-
removeMatchingHeaders(/^(?:authorization|cookie)$/i, this._options.headers);
|
|
15908
|
+
removeMatchingHeaders(/^(?:(?:proxy-)?authorization|cookie)$/i, this._options.headers);
|
|
15909
15909
|
}
|
|
15910
15910
|
|
|
15911
15911
|
// Evaluate the beforeRedirect callback
|