avoid unncessary use of curl when conduit will do
Avoid using curl when annex.security.allowed-ip-addresses is set but
neither annex.web-options nor annex.security.allowed-url-schemes is set to
a value that needs curl.
Bug introduced in 840bd50390
Sponsored-By: Brock Spratlen on Patreon
This commit is contained in:
parent
88b0bb5793
commit
724ceeb1a9
3 changed files with 6 additions and 2 deletions
|
@ -1822,7 +1822,8 @@ Remotes are configured using these settings in `.git/config`.
|
|||
and transferred on to other remotes, exposing its content.
|
||||
|
||||
Any url schemes supported by curl can be listed here, but you will
|
||||
also need to configure annex.allowed-ip-addresses to allow using curl.
|
||||
also need to configure annex.security.allowed-ip-addresses to allow
|
||||
using curl.
|
||||
|
||||
Some special remotes support their own domain-specific URL
|
||||
schemes; those are not affected by this configuration setting.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue