Mention another security feature.

This commit is contained in:
Akinori MUSHA 2013-04-20 21:51:03 +09:00
parent b5702afb4c
commit 0725376200

View file

@ -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.