diff options
author | Adam Hovorka <[email protected]> | 2017-11-16 09:01:29 -0700 |
---|---|---|
committer | Adam Hovorka <[email protected]> | 2017-11-16 09:01:29 -0700 |
commit | 9070c1101b52ee852c54a68ed0af44e2f1d3a7a4 (patch) | |
tree | 8ff84f9d851edec3d98c497a15c461a8ef398342 /base | |
parent | 9fb86fce6b97733f184d911c9d3c1efddd4ec965 (diff) |
Make curl respect netrc
Diffstat (limited to 'base')
-rw-r--r-- | base/curlrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/base/curlrc b/base/curlrc index b934ac4..5a9b996 100644 --- a/base/curlrc +++ b/base/curlrc @@ -15,3 +15,6 @@ show-error # Send a fake UA string for the HTTP servers that sniff it user-agent = "Mozilla/5.0 Gecko" + +# Respect Netrc +netrc |