dotfiles/curlrc
2016-04-07 21:42:11 +01:00

8 lines
259 B
Text

# Mask as IE9 on Win7 to foil crappy UA-sniffers
user-agent = "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)"
# When follwing a redirect, use previous URL as the referer
referer = ";auto"
# Wait 60 seconds for timeout
connect-timeout = 60