mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2026-08-26 14:58:13 +00:00
Split signatures YAML database to multiple files
For easier maintenance, split the YAML files with the browser signatures to multiple files, each per browser.
This commit is contained in:
10
tests/signatures/README.md
Normal file
10
tests/signatures/README.md
Normal file
@@ -0,0 +1,10 @@
|
||||
## 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.
|
||||
Reference in New Issue
Block a user