dotfiles/fish/.curlrc.symlink

12 lines
213 B
Text
Raw Normal View History

2024-01-23 20:50:02 -08:00
# limit the timeout in seconds
connect-timeout = 60
# follow HTTP redirects
location
# show error messages
show-error
# send a fake UA string for the HTTP servers that sniff it
user-agent = "Mozilla/5.0 Gecko"