diff options
Diffstat (limited to 'bin/httpcompression')
-rwxr-xr-x | bin/httpcompression | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/httpcompression b/bin/httpcompression index 544c2b1..0a4dcf1 100755 --- a/bin/httpcompression +++ b/bin/httpcompression @@ -21,7 +21,7 @@ declare -r -a CURL_DEFAULT_OPTIONS=( --connect-timeout 30 - --header "Accept-Encoding: gzip, deflate, sdch" + --header "Accept-Encoding: br, lzma, gzip, deflate, sdch" --header "Cache-Control: no-cache" # Prevent intermediate proxies # from caching the response |