aboutsummaryrefslogtreecommitdiffstats
path: root/docs/libcurl/libcurl-security.3
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-10-28 22:18:23 -0700
committerHaibo Huang <hhb@google.com>2020-11-11 14:04:46 -0800
commitb5a52b921a9e7144aa95b8dff2d66732c2a8efff (patch)
tree5d8dc61c3642298f09b9916bb6a8df99630852d4 /docs/libcurl/libcurl-security.3
parent963b4486efcc9e99b5e50bdfb2562f1c9f536682 (diff)
downloadexternal_curl-b5a52b921a9e7144aa95b8dff2d66732c2a8efff.tar.gz
external_curl-b5a52b921a9e7144aa95b8dff2d66732c2a8efff.tar.bz2
external_curl-b5a52b921a9e7144aa95b8dff2d66732c2a8efff.zip
Upgrade curl to curl-7_73_0
Test: make Change-Id: Ib063c45f52a3c6892447f92e44043a14f01a917a
Diffstat (limited to 'docs/libcurl/libcurl-security.3')
-rw-r--r--docs/libcurl/libcurl-security.34
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libcurl/libcurl-security.3 b/docs/libcurl/libcurl-security.3
index 104d380c..2460058e 100644
--- a/docs/libcurl/libcurl-security.3
+++ b/docs/libcurl/libcurl-security.3
@@ -20,7 +20,7 @@
.\" *
.\" **************************************************************************
.\"
-.TH libcurl-security 3 "March 09, 2020" "libcurl 7.72.0" "libcurl security"
+.TH libcurl-security 3 "September 16, 2020" "libcurl 7.73.0" "libcurl security"
.SH NAME
libcurl-security \- security considerations when using libcurl
@@ -155,7 +155,7 @@ behind a firewall. Applications can mitigate against this by using the
\fICURLOPT_FTP_SKIP_PASV_IP(3)\fP option or \fICURLOPT_FTPPORT(3)\fP.
Local servers sometimes assume local access comes from friends and trusted
-users. An application that expects http://example.com/file_to_read that and
+users. An application that expects https://example.com/file_to_read that and
instead gets http://192.168.0.1/my_router_config might print a file that would
otherwise be protected by the firewall.