1--- 2c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, 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