Files
curl-impersonate/tests/signatures
lwthiker 9d05a81030 Impersonate Chrome 110 (#148)
Add support for impersonating Chrome 110. Chrome 110 comes with TLS
extension permutation enabled by default. We mimic this behavior in libcurl with
the new CURLOPT_SSL_PERMUTE_EXTENSIONS option, which enables the
corresponding flag in BoringSSL.

---------

Co-authored-by: Johann Saunier <saunier.johann@gmail.com>
2023-02-25 11:29:14 +02:00
..
2023-02-25 11:29:14 +02:00
2023-01-28 18:37:40 +02:00

Browser signatures database

Each .yaml contains the signatures of a different browser.

Each signature refers to the browser's behavior upon browsing to a site not cached or visited before. Each signature contains:

  • The parameters in the TLS client hello message.
  • The HTTP/2 HEADERS frame sent by the browser.
  • (planned) The HTTP/2 SETTINGS frame sent by the browser.