@bigbinary/neeto-site-blocks 1.6.5 → 1.6.6
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/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -36850,7 +36850,7 @@ function requireFollowRedirects () {
|
|
|
36850
36850
|
redirectUrl.protocol !== "https:" ||
|
|
36851
36851
|
redirectUrl.host !== currentHost &&
|
|
36852
36852
|
!isSubdomain(redirectUrl.host, currentHost)) {
|
|
36853
|
-
removeMatchingHeaders(/^(?:authorization|cookie)$/i, this._options.headers);
|
|
36853
|
+
removeMatchingHeaders(/^(?:(?:proxy-)?authorization|cookie)$/i, this._options.headers);
|
|
36854
36854
|
}
|
|
36855
36855
|
|
|
36856
36856
|
// Evaluate the beforeRedirect callback
|