Home
last modified time | relevance | path

Searched refs:domainMatch (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/node_modules/tough-cookie/lib/
Dcookie.js302 function domainMatch(str, domStr, canonicalize) { function
1036 if (!domainMatch(host, cookie.cdomain(), false)) {
1151 if (!domainMatch(host, c.domain, false)) {
1424 exports.domainMatch = domainMatch;
/third_party/node/deps/npm/node_modules/tough-cookie/
DREADME.md56 ### `domainMatch(str,domStr[,canonicalize=true])`
107 Generates a list of all possible domains that `domainMatch()` the parameter. May be handy for impl…
269 …is case. Matching this cookie requires an exact hostname match (not a `domainMatch` as per usual).
385 …. However, the search algorithm used SHOULD try to find cookies that `domainMatch()` the domain a…