Added curlrc (curl configuration)

This commit is contained in:
Alexander Schmidt 2017-05-26 22:07:43 -05:00
parent 68b03492da
commit d979e457c7
1 changed files with 17 additions and 0 deletions

17
.curlrc Normal file
View File

@ -0,0 +1,17 @@
# vim: ft=conf
# curlrc
# enable redirect
-L
# verbose
-v
# pretend to be chromium/chrome on linux
user-agent = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36"
# set previous url as referrer on redirect
referer =";auto"
# how long to wait before timing out
connect-timeout = 60