mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2025-08-10 10:49:26 +00:00

For easier maintenance, split the YAML files with the browser signatures to multiple files, each per browser.
11 lines
376 B
Markdown
11 lines
376 B
Markdown
## 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.
|