parrot: replace firefox120 parrot with a popular one(#296)

Signed-off-by: Gaukas Wang <i@gaukas.wang>
This commit is contained in:
adotkhan 2024-04-29 12:30:28 -04:00 committed by GitHub
parent 8f010b3932
commit 1f5d7d7824
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1241,6 +1241,7 @@ func utlsIdToSpec(id ClientHelloID) (ClientHelloSpec, error) {
0x0, // uncompressed
},
},
&SessionTicketExtension{},
&ALPNExtension{
AlpnProtocols: []string{
"h2",
@ -1287,6 +1288,9 @@ func utlsIdToSpec(id ClientHelloID) (ClientHelloSpec, error) {
PKCS1WithSHA1,
},
},
&PSKKeyExchangeModesExtension{[]uint8{
PskModeDHE,
}},
&FakeRecordSizeLimitExtension{
Limit: 0x4001,
},