From 072537620037aaaad1e9e7de8f2a91d4c05d7051 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Sat, 20 Apr 2013 21:51:03 +0900 Subject: [PATCH] Mention another security feature. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 217df62..62acbd6 100644 --- a/README.md +++ b/README.md @@ -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.