From e430876b1d82fdf582efc57f3992d448e7ab3d8a Mon Sep 17 00:00:00 2001 From: BRUHItsABunny <53124399+BRUHItsABunny@users.noreply.github.com> Date: Thu, 13 Mar 2025 20:05:16 -0500 Subject: [PATCH] feat: add latest chrome to auto --- u_common.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}