mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
946ce5b61f
Adds CURLOPT_DISALLOW_USERNAME_IN_URL and --disallow-username-in-url. Makes libcurl reject URLs with a username in them. Closes #2340
8 lines
175 B
Makefile
8 lines
175 B
Makefile
Long: disallow-username-in-url
|
|
Help: Disallow username in url
|
|
Protocols: HTTP
|
|
Added: 7.61.0
|
|
See-also: proto
|
|
---
|
|
This tells curl to exit if passed a url containing a username.
|