mirror of
https://code.forgejo.org/actions/git-backporting.git
synced 2025-05-17 19:19:11 -04:00
chore: release v4.6.0 (#107)
Co-authored-by: Create or Update Pull Request Action <create-or-update-pull-request@users.noreply.github.com>
This commit is contained in:
parent
80a0b554f0
commit
ffe625d8b3
5 changed files with 15 additions and 6 deletions
3
dist/gha/index.js
vendored
3
dist/gha/index.js
vendored
|
@ -7621,6 +7621,7 @@ var preservedUrlFields = [
|
|||
"protocol",
|
||||
"query",
|
||||
"search",
|
||||
"hash",
|
||||
];
|
||||
|
||||
// Create handlers that pass events from native requests
|
||||
|
@ -8054,7 +8055,7 @@ RedirectableRequest.prototype._processResponse = function (response) {
|
|||
redirectUrl.protocol !== "https:" ||
|
||||
redirectUrl.host !== currentHost &&
|
||||
!isSubdomain(redirectUrl.host, currentHost)) {
|
||||
removeMatchingHeaders(/^(?:authorization|cookie)$/i, this._options.headers);
|
||||
removeMatchingHeaders(/^(?:(?:proxy-)?authorization|cookie)$/i, this._options.headers);
|
||||
}
|
||||
|
||||
// Evaluate the beforeRedirect callback
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue