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:
lwthiker
2022-07-03 10:40:18 +03:00
parent 4e0ca423af
commit 0a007c624e
7 changed files with 1228 additions and 1218 deletions

View 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.