summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2023-03-27 23:31:07 +0200
committerDaniel Stenberg <daniel@haxx.se>2023-03-28 10:28:33 +0200
commit4fe6c91e7a54734cc075ab3922a821be0abbc7b7 (patch)
tree47ca7703bf34d9b03c2d19d173120370f662c7f6 /docs
parent5a10f487783557c8d1886b2bcc4eaae34c80ca2a (diff)
downloadcurl-4fe6c91e7a54734cc075ab3922a821be0abbc7b7.tar.gz
HTTP-COOKIES.md: mention the #HttpOnly_ prefix
Fixes #10847 Reported-by: Harry Sintonen Closes #10848
Diffstat (limited to 'docs')
-rw-r--r--docs/HTTP-COOKIES.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/HTTP-COOKIES.md b/docs/HTTP-COOKIES.md
index 2af046b59..2108fb449 100644
--- a/docs/HTTP-COOKIES.md
+++ b/docs/HTTP-COOKIES.md
@@ -52,7 +52,9 @@
## Cookie file format
The cookie file format is text based and stores one cookie per line. Lines
- that start with `#` are treated as comments.
+ that start with `#` are treated as comments. An exception is lines that
+ start with `#HttpOnly_`, which is a prefix for cookies that have the
+ `HttpOnly` attribute set.
Each line that specifies a single cookie consists of seven text fields
separated with TAB characters. A valid line must end with a newline