Merge pull request #12294 from Bo98/cookie-jar
utils/curl: don't use --cookie-jar to enable cookie engine
This commit is contained in:
commit
e518ea4ee9
@ -52,7 +52,7 @@ module Utils
|
||||
args << "--disable" unless Homebrew::EnvConfig.curlrc?
|
||||
|
||||
# echo any cookies received on a redirect
|
||||
args << "--cookie-jar" << "/dev/null"
|
||||
args << "--cookie" << "/dev/null"
|
||||
|
||||
args << "--globoff"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user