mirror of
https://github.com/curl/curl.git
synced 2026-07-23 02:17:21 +03:00
hsts: enable by default
No longer considered experimental. Closes #6700
This commit is contained in:
parent
eff614fb02
commit
d71ff2b9db
15 changed files with 69 additions and 44 deletions
|
|
@ -37,6 +37,10 @@ about existing options to `curl_easy_setopt`.
|
|||
|
||||
Disable the GOPHER protocol.
|
||||
|
||||
## CURL_DISABLE_HSTS
|
||||
|
||||
Disable the HTTP Strict Transport Security support.
|
||||
|
||||
## CURL_DISABLE_HTTP
|
||||
|
||||
Disable the HTTP(S) protocols. Note that this then also disable HTTP proxy
|
||||
|
|
|
|||
|
|
@ -21,4 +21,3 @@ Experimental support in curl means:
|
|||
- The Hyper HTTP backend
|
||||
- HTTP/3 support and options
|
||||
- CURLSSLOPT_NATIVE_CA (No configure option, feature built in when supported)
|
||||
- HSTS support and options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue