You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DEFAULTS seems to be contradicting the DESCRIPTION section:
By default libcurl will allow HTTP, HTTPS, FTP and FTPS on redirect (7.65.2). Older versions of libcurl allowed all protocols on redirect except several disabled for security reasons: Since 7.19.4 FILE and SCP are disabled, and since 7.40.0 SMB and SMBS are also disabled. CURLPROTO_ALL enables all protocols on redirect, including those disabled for security.
DEFAULT
All protocols except for FILE, SCP and since 7.40.0 SMB and SMBS.
The text was updated successfully, but these errors were encountered:
https://curl.haxx.se/libcurl/c/CURLOPT_REDIR_PROTOCOLS.html
The DEFAULTS seems to be contradicting the DESCRIPTION section:
The text was updated successfully, but these errors were encountered: