Add .curlrc
This commit is contained in:
parent
adb3c5f36a
commit
9e73146fb7
1 changed files with 12 additions and 0 deletions
12
dot_curlrc
Normal file
12
dot_curlrc
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# Disguise as FF on macOS 11.2
|
||||||
|
user-agent = "Mozilla/5.0 (Macintosh; Intel Mac OS X 11.2; rv:86.0) Gecko/20100101 Firefox/86.0"
|
||||||
|
|
||||||
|
# When following a redirect, automatically set the previous URL as referer.
|
||||||
|
referer = ";auto"
|
||||||
|
|
||||||
|
# Retrying
|
||||||
|
connect-timeout = 60
|
||||||
|
max-time 120
|
||||||
|
retry 3
|
||||||
|
retry-delay 0
|
||||||
|
retry-max-time 60
|
Loading…
Reference in a new issue