mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
Update libcurl
This commit is contained in:
parent
20eb0a911a
commit
01a719ee58
3439 changed files with 529259 additions and 41492 deletions
21
Engine/lib/curl/docs/cmdline-opts/proto-redir.d
Normal file
21
Engine/lib/curl/docs/cmdline-opts/proto-redir.d
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
SPDX-License-Identifier: curl
|
||||
Long: proto-redir
|
||||
Arg: <protocols>
|
||||
Help: Enable/disable PROTOCOLS on redirect
|
||||
Added: 7.20.2
|
||||
Category: connection curl
|
||||
Example: --proto-redir =http,https $URL
|
||||
See-also: proto
|
||||
---
|
||||
Tells curl to limit what protocols it may use on redirect. Protocols denied by
|
||||
--proto are not overridden by this option. See --proto for how protocols are
|
||||
represented.
|
||||
|
||||
Example, allow only HTTP and HTTPS on redirect:
|
||||
|
||||
curl --proto-redir -all,http,https http://example.com
|
||||
|
||||
By default curl will only allow HTTP, HTTPS, FTP and FTPS on redirect (since
|
||||
7.65.2). Specifying *all* or *+all* enables all protocols on redirects, which
|
||||
is not good for security.
|
||||
Loading…
Add table
Add a link
Reference in a new issue