aboutsummaryrefslogtreecommitdiff
path: root/base/curlrc
blob: 5a9b996900db8b4a2f2f12dffacf11e3aaf2b8b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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"

# Respect Netrc
netrc