fixed proxy signature in authentication call
This commit is contained in:
parent
8bb438fce0
commit
0899185d03
4
main.py
4
main.py
@ -90,9 +90,7 @@ with Path("proxies").open("w", encoding="utf-8") as proxy_file:
|
|||||||
|
|
||||||
get_access_proxy_token_payload: dict[str, str | dict[str, str]] = {
|
get_access_proxy_token_payload: dict[str, str | dict[str, str]] = {
|
||||||
"clientApp": {"name": "URBAN_VPN_BROWSER_EXTENSION"},
|
"clientApp": {"name": "URBAN_VPN_BROWSER_EXTENSION"},
|
||||||
"signature": next(
|
"signature": host.signature,
|
||||||
(host.signature for host in hosts if len(host.signature) > 0), ""
|
|
||||||
),
|
|
||||||
"type": "accs",
|
"type": "accs",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user