quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

disallow-username-in-url.md (431B)


      1 ---
      2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
      3 SPDX-License-Identifier: curl
      4 Long: disallow-username-in-url
      5 Help: Disallow username in URL
      6 Added: 7.61.0
      7 Category: curl
      8 Multi: boolean
      9 See-also:
     10   - proto
     11 Example:
     12   - --disallow-username-in-url $URL
     13 ---
     14 
     15 # `--disallow-username-in-url`
     16 
     17 Exit with error if passed a URL containing a username. Probably most useful
     18 when the URL is being provided at runtime or similar.