Add .curlrc

This commit is contained in:
Gal 2024-01-04 02:08:09 +07:00
parent de17ea5c27
commit 8bd2cda86e
Signed by: gal
GPG Key ID: F035BC65003BC00B
1 changed files with 8 additions and 0 deletions

8
dot_curlrc Normal file
View File

@ -0,0 +1,8 @@
# Disguise as IE 9 on Windows 7.
user-agent = "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)"
# When following a redirect, automatically set the previous URL as referer.
referer = ";auto"
# Wait 60 seconds before timing out.
connect-timeout = 60