xf.li | bfc6e71 | 2025-02-07 01:54:34 -0800 | [diff] [blame^] | 1 | c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. |
2 | SPDX-License-Identifier: curl | ||||
3 | Long: disallow-username-in-url | ||||
4 | Help: Disallow username in URL | ||||
5 | Protocols: HTTP | ||||
6 | Added: 7.61.0 | ||||
7 | See-also: proto | ||||
8 | Category: curl http | ||||
9 | Example: --disallow-username-in-url $URL | ||||
10 | Multi: boolean | ||||
11 | --- | ||||
12 | This tells curl to exit if passed a URL containing a username. This is probably | ||||
13 | most useful when the URL is being provided at runtime or similar. |