feat: Introduce TLS client with browser fingerprinting and browser automation tools for authentication.
This commit is contained in:
@@ -54,7 +54,6 @@ func NewWithFingerprint(fp BrowserFingerprint, proxyStr string) (*TLSClient, err
|
|||||||
tls_client.WithRandomTLSExtensionOrder(),
|
tls_client.WithRandomTLSExtensionOrder(),
|
||||||
tls_client.WithCookieJar(jar),
|
tls_client.WithCookieJar(jar),
|
||||||
tls_client.WithInsecureSkipVerify(),
|
tls_client.WithInsecureSkipVerify(),
|
||||||
tls_client.WithNotFollowRedirects(),
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if proxyStr != "" {
|
if proxyStr != "" {
|
||||||
|
|||||||
Reference in New Issue
Block a user