Skip to content

Commit

Permalink
added missing chrome 120 to mapping table;
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanfinn committed Dec 15, 2023
1 parent 3941f8b commit e5572e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion profiles/profiles.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
tls "github.com/bogdanfinn/utls"
)

var DefaultClientProfile = Chrome_117
var DefaultClientProfile = Chrome_120

var MappedTLSClients = map[string]ClientProfile{
"chrome_103": Chrome_103,
Expand All @@ -21,6 +21,7 @@ var MappedTLSClients = map[string]ClientProfile{
"chrome_116_PSK": Chrome_116_PSK,
"chrome_116_PSK_PQ": Chrome_116_PSK_PQ,
"chrome_117": Chrome_117,
"chrome_120": Chrome_120,
"safari_15_6_1": Safari_15_6_1,
"safari_16_0": Safari_16_0,
"safari_ipad_15_6": Safari_Ipad_15_6,
Expand Down

0 comments on commit e5572e1

Please sign in to comment.