summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-02-18 08:12:30 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-02-18 08:12:30 +0100
commit2b25b85a07d3b1e0b59a8852ed6ef3da99c130e0 (patch)
tree5a45caa1dab014cd82c6e8e47ac384289950d05f
parent3b0760c75be4d34315e8b3adafd8b94dc56da668 (diff)
downloadcurl-bagder/redir-proto-docs.tar.gz
fixup the DEFAULTbagder/redir-proto-docs
-rw-r--r--docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS.36
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS.3 b/docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS.3
index 6d32c3798..58f610ff2 100644
--- a/docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS.3
+++ b/docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS.3
@@ -75,8 +75,10 @@ CURLPROTO_TELNET
CURLPROTO_TFTP
.fi
.SH DEFAULT
-By default libcurl allows HTTP, HTTPS, FTP and FTPS on redirect (updated for
-7.65.2).
+HTTP, HTTPS, FTP and FTPS (Since 7.65.2).
+
+Older versions defaulted to all protocols except FILE, SCP and since 7.40.0
+SMB and SMBS.
.SH PROTOCOLS
All
.SH EXAMPLE