dotfiles/config/.curlrc

9 lines
229 B
Plaintext
Raw Normal View History

# Configuration for curl
# For more info, see: https://everything.curl.dev/
# When following a redirect, automatically set the previous URL as referrer
referer = ";auto"
# Wait 60 seconds before timing out
connect-timeout = 60