Commit Graph

5 Commits

Author SHA1 Message Date
lwthiker
43b74105e5 Use --compressed flag by default
Because we send the 'Accept-Encoding: gzip, deflate, br' header we
may receive compressed content (gzip or brotli). Previously this was
handled manually in the wrapper script, however curl has a '--compressed'
flag exactly for that purpose. Add it by default to the wrapper scripts.
2022-02-19 09:37:20 +02:00
lwthiker
68963c811f Fix the headers in curl_ff95 wrapper script 2022-02-17 21:38:13 +02:00
lwthiker
5bc1b53b52 Change pipe name in the wrapper script 2022-02-17 21:18:47 +02:00
lwthiker
918d553ae8 Add missing Dockerfile dependencies
* Install 'xxd', needed for the wrapper curl_ff95 script.
* Add curl_ff95 and not curl_ff97 (typo).
* Change binary name to 'curl-impersonate'
2022-02-17 21:17:47 +02:00
lwthiker
fecd28a00c Commit the Dockerfile and all required patches 2022-02-17 18:38:58 +02:00