Skip to content

Commit 1f5d7d7

Browse files
authored
parrot: replace firefox120 parrot with a popular one(#296)
Signed-off-by: Gaukas Wang <[email protected]>
1 parent 8f010b3 commit 1f5d7d7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

u_parrots.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1241,6 +1241,7 @@ func utlsIdToSpec(id ClientHelloID) (ClientHelloSpec, error) {
12411241
0x0, // uncompressed
12421242
},
12431243
},
1244+
&SessionTicketExtension{},
12441245
&ALPNExtension{
12451246
AlpnProtocols: []string{
12461247
"h2",
@@ -1287,6 +1288,9 @@ func utlsIdToSpec(id ClientHelloID) (ClientHelloSpec, error) {
12871288
PKCS1WithSHA1,
12881289
},
12891290
},
1291+
&PSKKeyExchangeModesExtension{[]uint8{
1292+
PskModeDHE,
1293+
}},
12901294
&FakeRecordSizeLimitExtension{
12911295
Limit: 0x4001,
12921296
},

0 commit comments

Comments
 (0)