summaryrefslogtreecommitdiffstats
path: root/src/squark-filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/squark-filter.c')
-rw-r--r--src/squark-filter.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/squark-filter.c b/src/squark-filter.c
index 9eed4a7..50bd798 100644
--- a/src/squark-filter.c
+++ b/src/squark-filter.c
@@ -275,6 +275,7 @@ static int url_classify(struct url_info *url, struct sqdb *db)
/* and then search for path matches -- construct hashing
* string of url decoded path */
+ blob_lowercase(url->path); /* filter DB stores all URLs in lowercase */
blob_push_urldecode(&keybuf, url->path);
keylimits = blob_pushed(BLOB_BUF(buffer), keybuf);