aboutsummaryrefslogtreecommitdiff
path: root/src/cookies.c
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2011-09-18 02:52:21 +0000
committercorvid <corvid@lavabit.com>2011-09-18 02:52:21 +0000
commit0caf22a3f7c33578a073cee42c6cfa61f971bc42 (patch)
treea07190e663846965781449fc57742b009906db93 /src/cookies.c
parent97f758a93015831db9c7ff0944840e5181434b2b (diff)
rename fn
Trying to make it a little clearer. It's surprising how there isn't a good, brief, clear term for this. Discussion of the concept tends to start using words like "administration" and "control".
Diffstat (limited to 'src/cookies.c')
-rw-r--r--src/cookies.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cookies.c b/src/cookies.c
index fd8e08ad..d1451dc1 100644
--- a/src/cookies.c
+++ b/src/cookies.c
@@ -196,7 +196,7 @@ char *a_Cookies_get_query(const DilloUrl *query_url, const DilloUrl *requester)
if (requester == NULL) {
/* request made by user */
- } else if (!a_Url_same_public_suffix(query_url, requester)) {
+ } else if (!a_Url_same_organization(query_url, requester)) {
MSG("Cookies: No cookies sent for third-party request by '%s' for "
"'%s'\n", URL_HOST(requester), URL_STR(query_url));
return dStrdup("");