diff options
author | Daniel Gustafsson <daniel@yesql.se> | 2018-09-19 09:12:45 +0200 |
---|---|---|
committer | Daniel Gustafsson <daniel@yesql.se> | 2018-09-19 09:12:45 +0200 |
commit | 056cc37ed4eb1c5905e3732716e3a3d44039e6a8 (patch) | |
tree | 4c012e91b698dcf0422d7c8a8e787205807038ad | |
parent | d0c615b81b28e21e312f8a264e8c513757136c41 (diff) | |
download | curl-056cc37ed4eb1c5905e3732716e3a3d44039e6a8.tar.gz |
todo: Update reference to already done item
TODO item 1.1 was implemented in commit 946ce5b61f, update reference
to it with instead referencing the implemented option.
Closes #3013
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
-rw-r--r-- | docs/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -416,7 +416,8 @@ used to also allow for example users to refuse libcurl to do transfers with HTTPS certificate checks disabled. - It could also offer to refuse usernames in URLs (see TODO 1.1) + It could also automatically refuse usernames in URLs when set + (see CURLOPT_DISALLOW_USERNAME_IN_URL) 1.27 hardcode the "localhost" addresses |