hsts.d 610 B

123456789101112131415161718
  1. Long: hsts
  2. Arg: <file name>
  3. Protocols: HTTPS
  4. Help: Enable HSTS with this cache file
  5. Added: 7.74.0
  6. Category: http
  7. Example: --hsts cache.txt $URL
  8. See-also: proto
  9. ---
  10. This option enables HSTS for the transfer. If the file name points to an
  11. existing HSTS cache file, that will be used. After a completed transfer, the
  12. cache will be saved to the file name again if it has been modified.
  13. Specify a "" file name (zero length) to avoid loading/saving and make curl
  14. just handle HSTS in memory.
  15. If this option is used several times, curl will load contents from all the
  16. files but the last one will be used for saving.