We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53e81e4 commit 420f66cCopy full SHA for 420f66c
tls_client/sessions.py
@@ -18,7 +18,7 @@ class Session:
18
19
def __init__(
20
self,
21
- client_identifier: ClientIdentifiers = None,
+ client_identifier: ClientIdentifiers = "chrome_120",
22
ja3_string: Optional[str] = None,
23
h2_settings: Optional[Dict[str, int]] = None,
24
h2_settings_order: Optional[List[str]] = None,
0 commit comments