diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-03-08 08:30:32 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-04-19 08:22:16 +0200 |
commit | d71ff2b9db566b3f4b2eb29441c2df86715d4339 (patch) | |
tree | ddd481d5d61a136b958da6efde6ef4817ed74107 /docs/CURL-DISABLE.md | |
parent | eff614fb0242cb37d33f89e2e74a93cef5203aed (diff) | |
download | curl-d71ff2b9db566b3f4b2eb29441c2df86715d4339.tar.gz |
hsts: enable by default
No longer considered experimental.
Closes #6700
Diffstat (limited to 'docs/CURL-DISABLE.md')
-rw-r--r-- | docs/CURL-DISABLE.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/CURL-DISABLE.md b/docs/CURL-DISABLE.md index 6f703a3d9..3aa9608f8 100644 --- a/docs/CURL-DISABLE.md +++ b/docs/CURL-DISABLE.md @@ -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 |