dotfiles/config/general/.curlrc
2022-11-28 20:53:41 +00:00

9 lines
229 B
Plaintext

# 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