This commit is contained in:
Darkgeem 2026-06-18 13:42:45 +00:00 committed by GitHub
commit 872e4e9a2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1316,6 +1316,7 @@ class HttpCli(object):
if (
self.args.pw_hdr in ih
or re.sub(r"(:[0-9]{1,5})?/?$", "", origin) in good_origins
or f"{origin.split('://')[0]}://*" in good_origins
):
good_origin = True
bad_hdrs = ("",)