mirror of
https://github.com/samsonjs/http-cookie.git
synced 2026-04-27 14:57:46 +00:00
Mention the eTLD support.
This commit is contained in:
parent
30b57fb2c2
commit
b5702afb4c
1 changed files with 5 additions and 0 deletions
|
|
@ -17,6 +17,11 @@ The following is an incomplete list of its features:
|
||||||
HTTP cookie mechanism) to a high extent, with real world conventions
|
HTTP cookie mechanism) to a high extent, with real world conventions
|
||||||
deeply in mind.
|
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
|
* It supports the legacy Netscape cookies.txt format for
|
||||||
serialization, maximizing the interoperability with other
|
serialization, maximizing the interoperability with other
|
||||||
implementations.
|
implementations.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue