Add cURL settings
This commit is contained in:
parent
a2f8eca28b
commit
011fb4019d
1 changed files with 8 additions and 0 deletions
8
curlrc
Normal file
8
curlrc
Normal 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
|
Loading…
Add table
Reference in a new issue