From 4b7d29dcc6b92b89f4444ede78921e5dad3f2582 Mon Sep 17 00:00:00 2001 From: Joey Hoer Date: Thu, 7 Jan 2016 09:27:02 -0500 Subject: bin: Add Brotli and LZMA to `httpcompression` Closes #613. --- bin/httpcompression | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3