From b5702afb4c464b24502ab515de7c698aac46fa22 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Sat, 20 Apr 2013 21:36:54 +0900 Subject: [PATCH] Mention the eTLD support. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e58e867..217df62 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,11 @@ The following is an incomplete list of its features: HTTP cookie mechanism) to a high extent, with real world conventions deeply in mind. +* It takes eTLD (effective TLD, also known as "Public Suffix") into + account just as major browsers do, to reject cookies with an eTLD + domain like "org", "co.jp", or "appspot.com". This feature is + brought to you by the domain_name gem. + * It supports the legacy Netscape cookies.txt format for serialization, maximizing the interoperability with other implementations.