Upgrade baseline curl to 8.1.1

New curl version includes bugfixes, new options but mainly websocket
support which was long requested in curl impersonate. This commit
attemps to upgrade the baseline curl version to 8.1.1 for the Chrome
version.
This commit is contained in:
lwthiker
2023-05-26 21:59:44 +03:00
parent e987cd6646
commit 8dcee77f04
18 changed files with 679 additions and 391 deletions

View File

@@ -21,6 +21,6 @@ dir=${0%/*}
-H 'Accept-Encoding: gzip, deflate, br' \
-H 'Accept-Language: en-US,en;q=0.9' \
--http2 --http2-no-server-push --false-start --compressed \
--tlsv1.2 --no-npn --alps --tls-permute-extensions \
--tlsv1.2 --alps --tls-permute-extensions \
--cert-compression brotli \
"$@"