100101102103104105106107108
wrapped.validate(cookie, origin); } private boolean isForPublicSuffix(final Cookie cookie) { if (matcher == null) { matcher = new PublicSuffixMatcher(this.suffixes, this.exceptions); } return matcher.match(cookie.getDomain()); }