From c62bfcfb86d8ac2176b4f6e463447d78b355861a Mon Sep 17 00:00:00 2001 From: Amir Khan Date: Mon, 29 Apr 2024 11:56:39 -0400 Subject: [PATCH] Fix Firefox-120 profile --- u_parrots.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/u_parrots.go b/u_parrots.go index f1333eb..af85da8 100644 --- a/u_parrots.go +++ b/u_parrots.go @@ -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, },