aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Hoer <me@joeyhoer.com>2016-01-07 09:27:02 -0500
committerMathias Bynens <mathias@qiwi.be>2016-01-07 15:50:56 +0100
commit4b7d29dcc6b92b89f4444ede78921e5dad3f2582 (patch)
tree4bf9f68921bb2b18dc6e14617cacc0fffd0c4343
parented0019b7f87828aad94a94665c198b556bd7be02 (diff)
downloaddotfiles-4b7d29dcc6b92b89f4444ede78921e5dad3f2582.tar.gz
dotfiles-4b7d29dcc6b92b89f4444ede78921e5dad3f2582.tar.bz2
dotfiles-4b7d29dcc6b92b89f4444ede78921e5dad3f2582.zip
bin: Add Brotli and LZMA to `httpcompression`
Closes #613.
-rwxr-xr-xbin/httpcompression2
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