mirror of
https://github.com/curl/curl.git
synced 2026-04-15 03:51:41 +03:00
CURLOPT_HSTSWRITEFUNCTION.3: using CURLOPT_HSTS_CTRL is required
Closes #7923
This commit is contained in:
parent
49ab21e3d9
commit
dd77ccd87c
1 changed files with 3 additions and 0 deletions
|
|
@ -49,6 +49,9 @@ the syntax YYYYMMDD HH:MM:SS.
|
|||
The callback should return \fICURLSTS_OK\fP if it succeeded and is prepared to
|
||||
be called again (for another host) or \fICURLSTS_DONE\fP if there's nothing
|
||||
more to do. It can also return \fICURLSTS_FAIL\fP to signal error.
|
||||
|
||||
This option doesn't enable HSTS, you need to use \fICURLOPT_HSTS_CTRL(3)\fP to
|
||||
do that.
|
||||
.SH DEFAULT
|
||||
NULL - no callback.
|
||||
.SH PROTOCOLS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue