Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit 44d9017

Browse files
authored
Update tls_client.go
1 parent 57c31c9 commit 44d9017

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

httpclient/bogdanfinn/tls_client.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ type handler func(r *fhttp.Request) error
2020
func NewStdClient() *TlsClient {
2121
client, _ := tls_client.NewHttpClient(tls_client.NewNoopLogger(), []tls_client.HttpClientOption{
2222
tls_client.WithCookieJar(tls_client.NewCookieJar()),
23+
tls_client.WithRandomTLSExtensionOrder(),
2324
tls_client.WithTimeoutSeconds(600),
2425
tls_client.WithClientProfile(profiles.Okhttp4Android13),
2526
}...)

0 commit comments

Comments
 (0)