mirror of
https://github.com/curl/curl.git
synced 2026-06-19 14:25:39 +03:00
parent
00cf68c6e8
commit
ca6f0a56ca
1 changed files with 14 additions and 0 deletions
|
|
@ -71,6 +71,9 @@ problems may have been fixed or changed somewhat since this was written!
|
|||
10.3 FTPS over SOCKS
|
||||
10.4 active FTP over a SOCKS
|
||||
|
||||
11. Internals
|
||||
11.1 Curl leaks .onion hostnames in DNS
|
||||
|
||||
==============================================================================
|
||||
|
||||
1. HTTP
|
||||
|
|
@ -393,3 +396,14 @@ problems may have been fixed or changed somewhat since this was written!
|
|||
10.4 active FTP over a SOCKS
|
||||
|
||||
libcurl doesn't support active FTP over a SOCKS proxy
|
||||
|
||||
|
||||
11. Internals
|
||||
|
||||
11.1 Curl leaks .onion hostnames in DNS
|
||||
|
||||
Curl sends DNS requests for hostnames with a .onion TLD. This leaks
|
||||
information about what the user is attempting to access, and violates this
|
||||
requirement of RFC7686: https://tools.ietf.org/html/rfc7686
|
||||
|
||||
Issue: https://github.com/curl/curl/issues/543
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue