Home
last modified time | relevance | path

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

/third_party/libsoup/libsoup/
Dsoup-cookie-jar.c532 const char *cookie_base_domain; in incoming_cookie_is_third_party() local
543 cookie_base_domain = soup_tld_get_base_domain (normalized_cookie_domain, NULL); in incoming_cookie_is_third_party()
544 if (cookie_base_domain == NULL) in incoming_cookie_is_third_party()
545 cookie_base_domain = cookie->domain; in incoming_cookie_is_third_party()
551 if (soup_host_matches_host (cookie_base_domain, first_party_base_domain)) in incoming_cookie_is_third_party()