From 1dde73dd985f1aaa7caf50a1593354b9c9f22969 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 29 May 2019 09:24:25 -0400 Subject: [PATCH] comment --- ...1_db2b9e26bc01abbc3312731b95cf770f._comment | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/bugs/__34__Unsupported_url_scheme__34___message_when_trying_to_cconnect_to_ftp_server/comment_1_db2b9e26bc01abbc3312731b95cf770f._comment diff --git a/doc/bugs/__34__Unsupported_url_scheme__34___message_when_trying_to_cconnect_to_ftp_server/comment_1_db2b9e26bc01abbc3312731b95cf770f._comment b/doc/bugs/__34__Unsupported_url_scheme__34___message_when_trying_to_cconnect_to_ftp_server/comment_1_db2b9e26bc01abbc3312731b95cf770f._comment new file mode 100644 index 0000000000..1b18333c93 --- /dev/null +++ b/doc/bugs/__34__Unsupported_url_scheme__34___message_when_trying_to_cconnect_to_ftp_server/comment_1_db2b9e26bc01abbc3312731b95cf770f._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2019-05-29T13:19:08Z" + content=""" +Behavior change due to a security hole being fixed. See the discussion +here: + + +While that bug was specific to redirects, as I note in the comment it's a +more general reversion, but necessary due to the security fix. Perhaps +I'll find a fix though. + +The workaround is this which makes git-annex use curl: + + git config annex.web-options -n + git config annex.security.allowed-http-addresses all +"""]]