mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-03 20:17:36 +03:00
feat: Add Chrome 131 parrot
This commit is contained in:
parent
5ce39b85e6
commit
877cd4985c
2 changed files with 75 additions and 0 deletions
|
@ -637,6 +637,8 @@ var (
|
|||
HelloChrome_120 = ClientHelloID{helloChrome, "120", nil, nil}
|
||||
// Chrome w/ Post-Quantum Key Agreement and Encrypted ClientHello
|
||||
HelloChrome_120_PQ = ClientHelloID{helloChrome, "120_PQ", nil, nil}
|
||||
// Chrome w/ ML-KEM curve
|
||||
HelloChrome_131 = ClientHelloID{helloChrome, "131", nil, nil}
|
||||
|
||||
HelloIOS_Auto = HelloIOS_14
|
||||
HelloIOS_11_1 = ClientHelloID{helloIOS, "111", nil, nil} // legacy "111" means 11.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue