mirror of
https://github.com/curl/curl.git
synced 2026-08-05 08:46:15 +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
|
|
@ -436,7 +436,7 @@ static curl_version_info_data version_info = {
|
|||
#ifndef CURL_DISABLE_ALTSVC
|
||||
| CURL_VERSION_ALTSVC
|
||||
#endif
|
||||
#if defined(USE_HSTS)
|
||||
#ifndef CURL_DISABLE_HSTS
|
||||
| CURL_VERSION_HSTS
|
||||
#endif
|
||||
#if defined(USE_GSASL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue