mirror of
https://github.com/lwthiker/curl-impersonate.git
synced 2026-08-25 21:18:13 +00:00
Add libcurl impersonation support in Firefox build
48415a4b00added impersonation capabilities to libcurl in the Chrome build. This adds the same capabilities to the Firefox build as well. curl-impersonate.patch generated fromb30b245b72
This commit is contained in:
@@ -203,6 +203,22 @@ class TestImpersonation:
|
||||
"CURL_IMPERSONATE": "edge98"
|
||||
},
|
||||
"edge_98.0.1108.62_win10"
|
||||
),
|
||||
(
|
||||
"./minicurl",
|
||||
{
|
||||
"LD_PRELOAD": "./firefox/libcurl-impersonate.so",
|
||||
"CURL_IMPERSONATE": "ff91esr"
|
||||
},
|
||||
"firefox_91.6.0esr_win10"
|
||||
),
|
||||
(
|
||||
"./minicurl",
|
||||
{
|
||||
"LD_PRELOAD": "./firefox/libcurl-impersonate.so",
|
||||
"CURL_IMPERSONATE": "ff95"
|
||||
},
|
||||
"firefox_95.0.2_win10"
|
||||
)
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user