Mention the eTLD support.

This commit is contained in:
Akinori MUSHA 2013-04-20 21:36:54 +09:00
parent 30b57fb2c2
commit b5702afb4c

View file

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