🐛 Fix curlrc

This commit is contained in:
Marley Rae 2024-01-23 20:50:02 -08:00
parent 485517890d
commit 2d85d28949

View file

@ -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"