mirror of
https://github.com/Lissy93/dotfiles.git
synced 2024-11-22 07:23:10 +01:00
9 lines
229 B
Plaintext
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
|