Fix the headers in curl_ff95 wrapper script

This commit is contained in:
lwthiker
2022-02-17 21:38:13 +02:00
parent a1b45a2eba
commit 68963c811f
-2
View File
@@ -17,14 +17,12 @@ exec 5<>"$PIPE" 3>"$PIPE" 4<"$PIPE" 5>&-
-H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8' \
-H 'Accept-Language: en-US,en;q=0.5' \
-H 'Accept-Encoding: gzip, deflate, br' \
-H 'DNT: 1' \
-H 'Connection: keep-alive' \
-H 'Upgrade-Insecure-Requests: 1' \
-H 'Sec-Fetch-Dest: document' \
-H 'Sec-Fetch-Mode: navigate' \
-H 'Sec-Fetch-Site: none' \
-H 'Sec-Fetch-User: ?1' \
-H 'TE: Trailers' \
--http2 --false-start \
$@ >&3