Skip to content

Commit

Permalink
Fix chrome124 signature
Browse files Browse the repository at this point in the history
  • Loading branch information
yifeikong committed Apr 17, 2024
1 parent 445b122 commit 5e8d290
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 26 deletions.
4 changes: 3 additions & 1 deletion tests/signatures/chrome_124.0.6367.60.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,11 @@ signature:
- key_shares:
- group: GREASE
length: 1
- group: 25947
length: 1216
- group: 29
length: 32
length: 43
length: 1263
type: keyshare
- length: 7
supported_versions:
Expand Down
25 changes: 0 additions & 25 deletions tests/test_impersonate.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,11 +404,6 @@ def test_content_encoding(
{"CURL_IMPERSONATE": "chrome101", "CURL_IMPERSONATE_HEADERS": "no"},
"libcurl-impersonate-chrome",
),
(
"minicurl",
{"CURL_IMPERSONATE": "ff102", "CURL_IMPERSONATE_HEADERS": "no"},
"libcurl-impersonate-ff",
),
],
)
async def test_no_builtin_headers(
Expand Down Expand Up @@ -475,16 +470,6 @@ async def test_no_builtin_headers(
{"CURL_IMPERSONATE": "chrome101", "CURL_IMPERSONATE_HEADERS": "no"},
"libcurl-impersonate-chrome",
),
(
"minicurl",
{"CURL_IMPERSONATE": "ff102"},
"libcurl-impersonate-ff",
),
(
"minicurl",
{"CURL_IMPERSONATE": "ff102", "CURL_IMPERSONATE_HEADERS": "no"},
"libcurl-impersonate-ff",
),
],
)
async def test_user_agent(pytestconfig, nghttpd, curl_binary, env_vars, ld_preload):
Expand Down Expand Up @@ -544,16 +529,6 @@ async def test_user_agent(pytestconfig, nghttpd, curl_binary, env_vars, ld_prelo
{"CURL_IMPERSONATE": "chrome101", "CURL_IMPERSONATE_HEADERS": "no"},
"libcurl-impersonate-chrome",
),
(
"minicurl",
{"CURL_IMPERSONATE": "ff102"},
"libcurl-impersonate-ff",
),
(
"minicurl",
{"CURL_IMPERSONATE": "ff102", "CURL_IMPERSONATE_HEADERS": "no"},
"libcurl-impersonate-ff",
),
],
)
async def test_user_agent_curlopt_useragent(
Expand Down

0 comments on commit 5e8d290

Please sign in to comment.