Finish Firefox 55 fignerprint. Implements #4

This commit is contained in:
Sergey Frolov 2017-08-15 12:50:40 -04:00
parent 0af497570e
commit 6890f3e435
2 changed files with 7 additions and 10 deletions

View file

@ -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}