Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion preset.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type Browser struct {

// ChromeAuto mocks Chrome 78
var ChromeAuto = Browser{
JA3: "769,47–53–5–10–49161491624917149172–50–56–19–4,0–10–11,23–24–25,0",
JA3: "769,47-53-5-10-49161-49162-49171-49172-50-56-19-4,0-10-11,23-24-25,0",
UserAgent: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.97 Safari/537.36",
}

Expand Down