Add .curlrc

This commit is contained in:
Eric Renfro 2023-12-25 14:33:48 -05:00
parent adb3c5f36a
commit 9e73146fb7
Signed by: psi-jack
SSH Key Fingerprint: SHA256:1TKB8Z257L8EHK8GWNxKgMhD8a+FAR+f+j3nnlcuNVM
1 changed files with 12 additions and 0 deletions

12
dot_curlrc Normal file
View 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