Skip to content

Commit

Permalink
Merge pull request #30 from sergioro9/improve_README
Browse files Browse the repository at this point in the history
add link to domain_name gem in README.md
  • Loading branch information
flavorjones authored Mar 24, 2024
2 parents 6bb554d + a6c6d4a commit a7060c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ The following is an incomplete list of its features:
* 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.
brought to you by the
[domain_name](https://github.com/knu/ruby-domain_name) gem.

* The number of cookies and the size are properly capped so that a
cookie store does not get flooded.
Expand Down Expand Up @@ -207,7 +208,7 @@ equivalent using HTTP::Cookie:
guarantee that it will remain available in the future.


HTTP::Cookie/CookieJar raise runtime errors to help migration, so
HTTP::Cookie/CookieJar raises runtime errors to help migration, so
after replacing the class names, try running your test code once to
find out how to fix your code base.

Expand Down

0 comments on commit a7060c7

Please sign in to comment.