Commit 73d38dda authored by wang's avatar wang

cronet

parent 295f2d60
...@@ -127,8 +127,8 @@ var chromes = []profiles.ClientProfile{ ...@@ -127,8 +127,8 @@ var chromes = []profiles.ClientProfile{
//profiles.Chrome_110, //profiles.Chrome_110,
//profiles.Chrome_107, //profiles.Chrome_107,
//profiles.Chrome_108, //profiles.Chrome_108,
profiles.Chrome_117, //profiles.Chrome_117,
//profiles.Firefox_120, profiles.Firefox_120,
//profiles.Safari_15_6_1, //profiles.Safari_15_6_1,
//profiles.Safari_16_0, //profiles.Safari_16_0,
//tls_client.Safari_Ipad_15_6, //tls_client.Safari_Ipad_15_6,
...@@ -151,7 +151,7 @@ func NewClient(forWard ForwardItem, ios bool) (Client, error) { ...@@ -151,7 +151,7 @@ func NewClient(forWard ForwardItem, ios bool) (Client, error) {
tls_client.WithProxyUrl(forWard.Proxy), tls_client.WithProxyUrl(forWard.Proxy),
//tls_client.WithForceHttp1(), //tls_client.WithForceHttp1(),
tls_client.WithCookieJar(jar), tls_client.WithCookieJar(jar),
tls_client.WithRandomTLSExtensionOrder(), //tls_client.WithRandomTLSExtensionOrder(),
//tls_client.WithProxyUrl("http://user:pass@host:port"), //tls_client.WithProxyUrl("http://user:pass@host:port"),
tls_client.WithInsecureSkipVerify(), tls_client.WithInsecureSkipVerify(),
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment