diff --git a/u_common.go b/u_common.go index 39a83ba..a0616e8 100644 --- a/u_common.go +++ b/u_common.go @@ -609,7 +609,7 @@ var ( HelloFirefox_105 = ClientHelloID{helloFirefox, "105", nil, nil} HelloFirefox_120 = ClientHelloID{helloFirefox, "120", nil, nil} - HelloChrome_Auto = HelloChrome_120 + HelloChrome_Auto = HelloChrome_131 HelloChrome_58 = ClientHelloID{helloChrome, "58", nil, nil} HelloChrome_62 = ClientHelloID{helloChrome, "62", nil, nil} HelloChrome_70 = ClientHelloID{helloChrome, "70", nil, nil}