Skip to content

Commit e281b50

Browse files
committed
Update ClientIdentifiers with new Chrome profile and remove invalid entry
1 parent a047430 commit e281b50

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

async_tls_client/types.py

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,28 @@
55
"chrome_103", "chrome_104", "chrome_105", "chrome_106", "chrome_107",
66
"chrome_108", "chrome_109", "chrome_110", "chrome_111", "chrome_112",
77
"chrome_116_PSK", "chrome_116_PSK_PQ", "chrome_117", "chrome_120",
8-
"chrome_124", "chrome_131", "chrome_131_PSK", "chrome_133", "chrome_133_PSK",
9-
# Safari
8+
"chrome_124", "chrome_130_PSK", "chrome_131", "chrome_131_PSK",
9+
"chrome_133", "chrome_133_PSK",
10+
# Safari
1011
"safari_15_6_1", "safari_16_0",
11-
# iOS (Safari)
12+
# iOS (Safari)
1213
"safari_ios_15_5", "safari_ios_15_6", "safari_ios_16_0", "safari_ios_17_0", "safari_ios_18_0",
13-
# iPadOS (Safari)
14+
# iPadOS (Safari)
1415
"safari_ipad_15_6",
15-
# FireFox
16+
# Firefox
1617
"firefox_102", "firefox_104", "firefox_105", "firefox_106", "firefox_108",
1718
"firefox_110", "firefox_117", "firefox_120", "firefox_123", "firefox_132",
1819
"firefox_133", "firefox_135",
19-
# Opera
20+
# Opera
2021
"opera_89", "opera_90", "opera_91",
21-
# OkHttp4
22+
# OkHttp4
2223
"okhttp4_android_7", "okhttp4_android_8", "okhttp4_android_9", "okhttp4_android_10",
2324
"okhttp4_android_11", "okhttp4_android_12", "okhttp4_android_13",
24-
# Custom
25+
# Custom
2526
"zalando_ios_mobile", "zalando_android_mobile", "nike_ios_mobile", "nike_android_mobile",
2627
"cloudscraper", "mms_ios", "mms_ios_1", "mms_ios_2", "mms_ios_3", "mesh_ios", "mesh_ios_1",
27-
"mesh_ios_2", "mesh_android", "mesh_android_1", "mesh_android_2", "confirmed_ios", "confirmed_android",
28-
"confirmed_android_2"
28+
"mesh_ios_2", "mesh_android", "mesh_android_1", "mesh_android_2",
29+
"confirmed_ios", "confirmed_android"
2930
]
3031

3132
# https://github.com/bogdanfinn/tls-client/blob/7a71edbf6e05acd4ade8e910e4c29c968003e27b/mapper.go#L29

0 commit comments

Comments
 (0)