xref: /aosp_15_r20/external/curl/docs/cmdline-opts/disallow-username-in-url.md (revision 6236dae45794135f37c4eb022389c904c8b0090d)
1---
2c: Copyright (C) Daniel Stenberg, <[email protected]>, et al.
3SPDX-License-Identifier: curl
4Long: disallow-username-in-url
5Help: Disallow username in URL
6Added: 7.61.0
7Category: curl
8Multi: boolean
9See-also:
10  - proto
11Example:
12  - --disallow-username-in-url $URL
13---
14
15# `--disallow-username-in-url`
16
17Exit with error if passed a URL containing a username. Probably most useful
18when the URL is being provided at runtime or similar.
19