From 75acb83941654d42e4407845f14e2bf7f6ca432f Mon Sep 17 00:00:00 2001 From: Miguel Roncancio Date: Fri, 4 Oct 2019 21:51:25 -0400 Subject: [PATCH] update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 656a2555..d4e27f79 100644 --- a/README.md +++ b/README.md @@ -251,6 +251,7 @@ The `options` object can be omitted and can have the following properties: * _rejectPublicSuffixes_ - boolean - default `true` - reject cookies with domains like "com" and "co.uk" * _looseMode_ - boolean - default `false` - accept malformed cookies like `bar` and `=bar`, which have an implied empty name. + * _allowSpecialUseDomain_ - boolean - default `false` - accepts special-use domain suffixes, such as `local`. Useful for testing purposes. This is not in the standard, but is used sometimes on the web and is accepted by (most) browsers. Since eventually this module would like to support database/remote/etc. CookieJars, continuation passing style is used for CookieJar methods.