diff options
author | Adam Hovorka <[email protected]> | 2017-09-04 18:12:33 -0600 |
---|---|---|
committer | Adam Hovorka <[email protected]> | 2017-09-04 18:12:33 -0600 |
commit | 551dcd7b1fedcad024a108892a7ba9f12bb72c0d (patch) | |
tree | c0cc6edbbf57f1b94a94f85b38f77d110000ffcf /base/curlrc | |
parent | 7b8f650e1c7bd1ed7f51d7f4f8805b3b7f6ccbc0 (diff) |
Add curlrc
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" |