SetTLSFingerprintFirefox uses tls fingerprint of Firefox browser.
()
| 1159 | |
| 1160 | // SetTLSFingerprintFirefox uses tls fingerprint of Firefox browser. |
| 1161 | func (c *Client) SetTLSFingerprintFirefox() *Client { |
| 1162 | return c.SetTLSFingerprint(utls.HelloFirefox_Auto) |
| 1163 | } |
| 1164 | |
| 1165 | // SetTLSFingerprintEdge uses tls fingerprint of Edge browser. |
| 1166 | func (c *Client) SetTLSFingerprintEdge() *Client { |
no test coverage detected