File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 81
81
// ImpersonateChrome impersonates Chrome browser (version 109).
82
82
func (c * Client ) ImpersonateChrome () * Client {
83
83
c .
84
- SetTLSFingerprint (utls .HelloChrome_106_Shuffle ). // Chrome 106~109 shares the same tls fingerprint.
84
+ SetTLSFingerprint (utls .HelloChrome_Auto ). // Chrome 106~109 shares the same tls fingerprint.
85
85
SetHTTP2SettingsFrame (chromeHttp2Settings ... ).
86
86
SetHTTP2ConnectionFlow (15663105 ).
87
87
SetCommonPseudoHeaderOder (chromePseudoHeaderOrder ... ).
@@ -197,7 +197,7 @@ var (
197
197
// ImpersonateFirefox impersonates Firefox browser (version 105).
198
198
func (c * Client ) ImpersonateFirefox () * Client {
199
199
c .
200
- SetTLSFingerprint (utls .HelloFirefox_105 ).
200
+ SetTLSFingerprint (utls .HelloFirefox_Auto ).
201
201
SetHTTP2SettingsFrame (firefoxHttp2Settings ... ).
202
202
SetHTTP2ConnectionFlow (12517377 ).
203
203
SetHTTP2PriorityFrames (firefoxPriorityFrames ... ).
@@ -258,7 +258,7 @@ var (
258
258
// ImpersonateSafari impersonates Safari browser (version 16).
259
259
func (c * Client ) ImpersonateSafari () * Client {
260
260
c .
261
- SetTLSFingerprint (utls .HelloSafari_16_0 ).
261
+ SetTLSFingerprint (utls .HelloSafari_Auto ).
262
262
SetHTTP2SettingsFrame (safariHttp2Settings ... ).
263
263
SetHTTP2ConnectionFlow (10485760 ).
264
264
SetCommonPseudoHeaderOder (safariPseudoHeaderOrder ... ).
You can’t perform that action at this time.
0 commit comments