mirror of
https://github.com/curl/curl.git
synced 2026-07-26 13:37: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
|
|
@ -27,6 +27,7 @@ http
|
|||
</server>
|
||||
<features>
|
||||
HSTS
|
||||
proxy
|
||||
</features>
|
||||
|
||||
<file name="log/input%TESTNUMBER">
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ unit_stop(void)
|
|||
curl_global_cleanup();
|
||||
}
|
||||
|
||||
#if defined(CURL_DISABLE_HTTP) || !defined(USE_HSTS)
|
||||
#if defined(CURL_DISABLE_HTTP) || defined(CURL_DISABLE_HSTS)
|
||||
UNITTEST_START
|
||||
{
|
||||
return 0; /* nothing to do when HTTP or HSTS are disabled */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue