diff options
Diffstat (limited to 'base/curlrc')
-rw-r--r-- | base/curlrc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/base/curlrc b/base/curlrc new file mode 100644 index 0000000..b934ac4 --- /dev/null +++ b/base/curlrc @@ -0,0 +1,17 @@ +# cURL configuration options +# http://curl.haxx.se/docs/manpage.html + +# Limit the time (in seconds) the connection is allowed to take +connect-timeout = 60 + +# Follow HTTP redirects +location + +# Display progress as a simple progress bar +progress-bar + +# Show error messages +show-error + +# Send a fake UA string for the HTTP servers that sniff it +user-agent = "Mozilla/5.0 Gecko" |