Skip to content

Commit 4b7d47a

Browse files
author
Florian
committed
updates
1 parent 376de6b commit 4b7d47a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/example1 - preset.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
# iPadOS --> safari_ios_15_6
1010

1111
session = tls_client.Session(
12-
client_identifier="chrome_105"
12+
client_identifier="chrome_107",
13+
random_tls_extension_order=True
1314
)
1415

1516
res = session.get(

0 commit comments

Comments
 (0)