mirror of
https://github.com/curl/curl.git
synced 2025-02-11 14:50:40 +08:00
Mostly based on recent language decisions from "everything curl": - remove contractions (isn't => is not) - *an* HTTP (consistency) - runtime (no hyphen) - backend (no hyphen) - URL is uppercase Closes #8646
11 lines
319 B
Makefile
11 lines
319 B
Makefile
Long: disallow-username-in-url
|
|
Help: Disallow username in URL
|
|
Protocols: HTTP
|
|
Added: 7.61.0
|
|
See-also: proto
|
|
Category: curl http
|
|
Example: --disallow-username-in-url $URL
|
|
---
|
|
This tells curl to exit if passed a URL containing a username. This is probably
|
|
most useful when the URL is being provided at runtime or similar.
|