Add libcurl impersonation support in Firefox build

48415a4b00 added impersonation
capabilities to libcurl in the Chrome build. This adds the same
capabilities to the Firefox build as well.

curl-impersonate.patch generated from
b30b245b72
This commit is contained in:
lwthiker
2022-02-28 10:18:04 +02:00
parent 00dc027185
commit a7cbfd9fed
5 changed files with 568 additions and 14 deletions

View File

@@ -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"
)
]
)