CURLOPT_WRITEFUNCTION.md: remove stray reference to HSTS

It appears to have landed here by mistake

Closes #21968
This commit is contained in:
Daniel Stenberg 2026-06-11 15:39:06 +02:00
parent f763847982
commit 08ae71f33d
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -72,9 +72,6 @@ Set this option to NULL to get the internal default function used instead of
your callback. The internal default function writes the data to the FILE *
given with CURLOPT_WRITEDATA(3).
This option does not enable HSTS, you need to use CURLOPT_HSTS_CTRL(3) to
do that.
# DEFAULT
fwrite(3)