lwthiker / curl-impersonate

curl-impersonate: A special build of curl that can impersonate Chrome & Firefox
MIT License
3.45k stars 229 forks source link

Impersonate Chrome 110 #148

Closed lwthiker closed 1 year ago

lwthiker commented 1 year ago

Chrome 110 is out, and uses TLS extension permutation enabled by default. See https://chromestatus.com/feature/5124606246518784. This means that the TLS extension order is randomized in each TLS client hello message.

This PR is based on #142. Since Chrome 110 is already out, the Chrome 109 signature was upgraded to Chrome 110.

niteshsingh29 commented 1 year ago

@lwthiker it will be helpful for us, if you can describe in detail how to use this library with node-libcurl🙂 I can't see any documentation anywhere.

niteshsingh29 commented 1 year ago

There's not test file as well