Skip to content

Commit 420f66c

Browse files
author
Florian
committed
set default client identifier to newest chrome version (chrome_120)
1 parent 53e81e4 commit 420f66c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tls_client/sessions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Session:
1818

1919
def __init__(
2020
self,
21-
client_identifier: ClientIdentifiers = None,
21+
client_identifier: ClientIdentifiers = "chrome_120",
2222
ja3_string: Optional[str] = None,
2323
h2_settings: Optional[Dict[str, int]] = None,
2424
h2_settings_order: Optional[List[str]] = None,

0 commit comments

Comments
 (0)