mirror of
https://github.com/samsonjs/http-cookie.git
synced 2026-03-25 08:55:53 +00:00
Mention another security feature.
This commit is contained in:
parent
b5702afb4c
commit
0725376200
1 changed files with 3 additions and 0 deletions
|
|
@ -22,6 +22,9 @@ The following is an incomplete list of its features:
|
|||
domain like "org", "co.jp", or "appspot.com". This feature is
|
||||
brought to you by the domain_name gem.
|
||||
|
||||
* The number of cookies and the size are properly capped so that a
|
||||
cookie store does not get flooded.
|
||||
|
||||
* It supports the legacy Netscape cookies.txt format for
|
||||
serialization, maximizing the interoperability with other
|
||||
implementations.
|
||||
|
|
|
|||
Loading…
Reference in a new issue