Add cURL settings

This commit is contained in:
Jonny Barnes 2016-04-07 21:42:11 +01:00
parent a2f8eca28b
commit 011fb4019d

8
curlrc Normal file
View file

@ -0,0 +1,8 @@
# 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