summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2018-06-18 15:36:12 -0400
committerJoey Hess <joeyh@joeyh.name>2018-06-18 15:37:17 -0400
commit3c0a538335a71a2ecfa7d76f0a87da9e24b6804c (patch)
tree1923a9ea838f40f5714a9900026c2b3046543272 /NEWS
parentc93b6c1e08e7733a0efae112f18bcad977fe1236 (diff)
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.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f09009dbb0..2dcc72e52b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
git-annex (6.20180622) upstream; urgency=high
- A security fix has changed git-annex to only support http and https
+ A security fix has changed git-annex to only support http, https, and ftp
URL schemes by default. You can enable other URL schemes, at your own risk,
using annex.security.allowed-url-schemes.