🐛 Fix curlrc
This commit is contained in:
parent
485517890d
commit
2d85d28949
1 changed files with 8 additions and 3 deletions
|
@ -1,6 +1,11 @@
|
||||||
connect-timeout = 60 # limit the timeout in seconds
|
# limit the timeout in seconds
|
||||||
location # follow HTTP redirects
|
connect-timeout = 60
|
||||||
show-error # show error messages
|
|
||||||
|
# follow HTTP redirects
|
||||||
|
location
|
||||||
|
|
||||||
|
# show error messages
|
||||||
|
show-error
|
||||||
|
|
||||||
# send a fake UA string for the HTTP servers that sniff it
|
# send a fake UA string for the HTTP servers that sniff it
|
||||||
user-agent = "Mozilla/5.0 Gecko"
|
user-agent = "Mozilla/5.0 Gecko"
|
||||||
|
|
Loading…
Reference in a new issue