diff options
author | Joey Hoer <me@joeyhoer.com> | 2016-01-07 09:27:02 -0500 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2016-01-07 15:50:56 +0100 |
commit | 4b7d29dcc6b92b89f4444ede78921e5dad3f2582 (patch) | |
tree | 4bf9f68921bb2b18dc6e14617cacc0fffd0c4343 | |
parent | ed0019b7f87828aad94a94665c198b556bd7be02 (diff) | |
download | dotfiles-4b7d29dcc6b92b89f4444ede78921e5dad3f2582.tar.gz dotfiles-4b7d29dcc6b92b89f4444ede78921e5dad3f2582.tar.bz2 dotfiles-4b7d29dcc6b92b89f4444ede78921e5dad3f2582.zip |
bin: Add Brotli and LZMA to `httpcompression`
Closes #613.
-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 |