mirror of
https://github.com/curl/curl.git
synced 2026-05-16 21:26:22 +03:00
HTTP-COOKIES.md: mention that http://localhost is a secure context
Reported-by: Trail of Bits Closes #9938
This commit is contained in:
parent
e9c580de4e
commit
b473df52bb
1 changed files with 5 additions and 0 deletions
|
|
@ -29,6 +29,11 @@
|
|||
RFC6265. Cookie prefixes and secure cookie modification protection has been
|
||||
implemented by curl.
|
||||
|
||||
curl considers `http://localhost` to be a *secure context*, meaning that it
|
||||
will allow and use cookies marked with the `secure` keyword even when done
|
||||
over plain HTTP for this host. curl does this to match how popular browsers
|
||||
work with secure cookies.
|
||||
|
||||
## Cookies saved to disk
|
||||
|
||||
Netscape once created a file format for storing cookies on disk so that they
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue