mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-03 20:17:36 +03:00
Finish Firefox 55 fignerprint. Implements #4
This commit is contained in:
parent
0af497570e
commit
6890f3e435
2 changed files with 7 additions and 10 deletions
|
@ -91,7 +91,7 @@ var (
|
|||
|
||||
// The rest will will parrot given browser.
|
||||
HelloFirefox_Auto ClientHelloID = ClientHelloID{helloFirefox, helloAutoVers}
|
||||
HelloFirefox_53_WIP = ClientHelloID{helloFirefox, 53}
|
||||
HelloFirefox_55 = ClientHelloID{helloFirefox, 55}
|
||||
|
||||
HelloChrome_Auto ClientHelloID = ClientHelloID{helloChrome, helloAutoVers}
|
||||
HelloChrome_58 ClientHelloID = ClientHelloID{helloChrome, 58}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue