1 # cURL default configuration file
2 # http://curl.haxx.se/docs/manpage.html
4 # Limit the time (in seconds) the connection to the server is allowed to take
7 # Follow HTTP redirects
10 # Show progress using a progress meter
13 # When following a redirect, automatically set the previous URL as referer
16 # Set timestamp for the downloaded file from HTTP header (if available)
22 # Send a fake UA string for the HTTP servers that sniff it
23 # Disguise as Firefox on NT
24 user-agent = Mozilla/5.0 (Windows NT 5.1; rv:10.0.2) Gecko/20100101 Firefox/10.0.2