feat: Introduce TLS client with browser fingerprinting and browser automation tools for authentication.

This commit is contained in:
2026-02-02 03:56:14 +08:00
parent daf4c68e4f
commit 3f1edc0b8f

View File

@@ -54,7 +54,6 @@ func NewWithFingerprint(fp BrowserFingerprint, proxyStr string) (*TLSClient, err
tls_client.WithRandomTLSExtensionOrder(),
tls_client.WithCookieJar(jar),
tls_client.WithInsecureSkipVerify(),
tls_client.WithNotFollowRedirects(),
}
if proxyStr != "" {