mirror of
https://github.com/moparisthebest/curl
synced 2024-11-05 00:55:04 -05: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.
|