allow ftp urls by default
They're no worse than http certianly. And, the backport of these security fixes has to deal with wget, which supports http https and ftp and has no way to turn off individual schemes, so this will make that easier.
This commit is contained in:
parent
c93b6c1e08
commit
3c0a538335
5 changed files with 5 additions and 5 deletions
|
@ -1394,7 +1394,7 @@ Here are all the supported configuration settings.
|
|||
* `annex.security.allowed-url-schemes`
|
||||
|
||||
List of URL schemes that git-annex is allowed to download content from.
|
||||
The default is "http https".
|
||||
The default is "http https ftp".
|
||||
|
||||
Think very carefully before changing this; there are security
|
||||
implications. For example, if it's changed to allow "file" URLs, then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue