Skip to content

Commit

Permalink
remove duplicate UserAgent settting
Browse files Browse the repository at this point in the history
  • Loading branch information
imroc committed Aug 2, 2023
1 parent 445e518 commit c8b8f64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ var chromeHeaders = map[string]string{

var ClientProfile_Chrome ClientProfile = func(c *Client) {
c.SetTLSFingerprint(utls.HelloChrome_106_Shuffle).
SetUserAgent("Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36").
SetCommonPseudoHeaderOder(chromePseudoHeaderOrder...).
SetCommonHeaders(chromeHeaders).
SetCommonHeaderOrder(chromeHeaderOrder...).
Expand Down

0 comments on commit c8b8f64

Please sign in to comment.