Searched refs:domainMatch (Results 1 – 2 of 2) sorted by relevance
302 function domainMatch(str, domStr, canonicalize) { function1036 if (!domainMatch(host, cookie.cdomain(), false)) {1151 if (!domainMatch(host, c.domain, false)) {1424 exports.domainMatch = domainMatch;
56 ### `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…