blob: 3e1de348a8b930355c775be32ea15960fe6ff853 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: disallow-username-in-url
4Help: Disallow username in URL
5Protocols: HTTP
6Added: 7.61.0
7See-also: proto
8Category: curl http
9Example: --disallow-username-in-url $URL
10Multi: boolean
11---
12This tells curl to exit if passed a URL containing a username. This is probably
13most useful when the URL is being provided at runtime or similar.