hsts.d 628 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. ---
  8. WARNING: this option is experimental. Do not use in production.
  9. This option enables HSTS for the transfer. If the file name points to an
  10. existing HSTS cache file, that will be used. After a completed transfer, the
  11. cache will be saved to the file name again if it has been modified.
  12. Specify a "" file name (zero length) to avoid loading/saving and make curl
  13. just handle HSTS in memory.
  14. If this option is used several times, curl will load contents from all the
  15. files but the last one will be used for saving.