mirror of
https://github.com/curl/curl.git
synced 2024-12-03 06:20:31 +08:00
2bc1d775f5
- they are mostly pointless in all major jurisdictions - many big corporations and projects already don't use them - saves us from pointless churn - git keeps history for us - the year range is kept in COPYING checksrc is updated to allow non-year using copyright statements Closes #10205
16 lines
567 B
Makefile
16 lines
567 B
Makefile
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
SPDX-License-Identifier: curl
|
|
Long: globoff
|
|
Short: g
|
|
Help: Disable URL sequences and ranges using {} and []
|
|
Category: curl
|
|
Example: -g "https://example.com/{[]}}}}"
|
|
Added: 7.6
|
|
See-also: config disable
|
|
Multi: boolean
|
|
---
|
|
This option switches off the "URL globbing parser". When you set this option,
|
|
you can specify URLs that contain the letters {}[] without having curl itself
|
|
interpret them. Note that these letters are not normal legal URL contents but
|
|
they should be encoded according to the URI standard.
|