Skip to content

Commit

Permalink
parrot: replace firefox120 parrot with a popular one(refraction-netwo…
Browse files Browse the repository at this point in the history
…rking#296)

Signed-off-by: Gaukas Wang <[email protected]>
  • Loading branch information
adotkhan committed Dec 10, 2024
1 parent 0e15c02 commit a47bf22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions u_parrots.go
Original file line number Diff line number Diff line change
Expand Up @@ -1241,6 +1241,7 @@ func utlsIdToSpec(id ClientHelloID) (ClientHelloSpec, error) {
0x0, // uncompressed
},
},
&SessionTicketExtension{},
&ALPNExtension{
AlpnProtocols: []string{
"h2",
Expand Down Expand Up @@ -1287,6 +1288,9 @@ func utlsIdToSpec(id ClientHelloID) (ClientHelloSpec, error) {
PKCS1WithSHA1,
},
},
&PSKKeyExchangeModesExtension{[]uint8{
PskModeDHE,
}},
&FakeRecordSizeLimitExtension{
Limit: 0x4001,
},
Expand Down

0 comments on commit a47bf22

Please sign in to comment.