aboutsummaryrefslogtreecommitdiff
path: root/src/capi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/capi.c')
-rw-r--r--src/capi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/capi.c b/src/capi.c
index fd84824c..bcec07bf 100644
--- a/src/capi.c
+++ b/src/capi.c
@@ -393,7 +393,7 @@ static bool_t Capi_filters_test(const DilloUrl *wanted,
/* This will regard "www.dillo.org" and "www.dillo.org." as
* different, but it doesn't seem worth caring about.
*/
- ret = a_Url_same_public_suffix(wanted, requester);
+ ret = a_Url_same_organization(wanted, requester);
}
if (ret == FALSE) {
MSG("Capi_filters_test: deny from '%s' to '%s'\n", req_host,