mirror of
https://github.com/refraction-networking/utls.git
synced 2025-04-04 20:47:36 +03:00
Fix Firefox-120 profile
This commit is contained in:
parent
8f010b3932
commit
c62bfcfb86
1 changed files with 4 additions and 0 deletions
|
@ -1241,6 +1241,7 @@ func utlsIdToSpec(id ClientHelloID) (ClientHelloSpec, error) {
|
||||||
0x0, // uncompressed
|
0x0, // uncompressed
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
&SessionTicketExtension{},
|
||||||
&ALPNExtension{
|
&ALPNExtension{
|
||||||
AlpnProtocols: []string{
|
AlpnProtocols: []string{
|
||||||
"h2",
|
"h2",
|
||||||
|
@ -1287,6 +1288,9 @@ func utlsIdToSpec(id ClientHelloID) (ClientHelloSpec, error) {
|
||||||
PKCS1WithSHA1,
|
PKCS1WithSHA1,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
&PSKKeyExchangeModesExtension{[]uint8{
|
||||||
|
PskModeDHE,
|
||||||
|
}},
|
||||||
&FakeRecordSizeLimitExtension{
|
&FakeRecordSizeLimitExtension{
|
||||||
Limit: 0x4001,
|
Limit: 0x4001,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue