]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
HTTP-COOKIES.md: mention the #HttpOnly_ prefix
authorDaniel Stenberg <daniel@haxx.se>
Mon, 27 Mar 2023 21:31:07 +0000 (23:31 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 28 Mar 2023 08:28:33 +0000 (10:28 +0200)
Fixes #10847
Reported-by: Harry Sintonen
Closes #10848

docs/HTTP-COOKIES.md

index 2af046b59bef49d2f0bc27bf14373fd4f97078aa..2108fb44904f3c0b1e774bdcf132dc124f410845 100644 (file)
@@ -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