diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2014-02-18 13:18:13 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2014-02-18 13:18:13 +1300 |
commit | a5d824650ee42cf028dcac15b3069a05023cdf4a (patch) | |
tree | 3040d089622f0fb3ecbf6141535f39fa8cafa17c /curl | |
parent | Add handy cURL function (diff) | |
download | dotfiles-a5d824650ee42cf028dcac15b3069a05023cdf4a.tar.gz dotfiles-a5d824650ee42cf028dcac15b3069a05023cdf4a.zip |
A few more cURL configs
* Request compressed documents
* Don't output 404 or error pages, just fail with stderr output
* Trust Content-Disposition headers for naming documents
Diffstat (limited to 'curl')
-rw-r--r-- | curl/curlrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/curl/curlrc b/curl/curlrc index 0366c754..27d7fcfa 100644 --- a/curl/curlrc +++ b/curl/curlrc @@ -1,5 +1,8 @@ +compressed +fail location referer = ";auto" +remote-header-name silent show-error netrc |