From 8f76d99b1569da98c4417d827ea73684954ca310 Mon Sep 17 00:00:00 2001 From: heraklit256 Date: Sat, 13 Oct 2018 20:47:23 +0200 Subject: [PATCH] add HAS_ONION_URI to HAS_ANON_DOMAIN --- conf/composites.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/composites.conf b/conf/composites.conf index 431de669dc..b065e3cae0 100644 --- a/conf/composites.conf +++ b/conf/composites.conf @@ -113,7 +113,7 @@ composites { score = 2.0; } HAS_ANON_DOMAIN { - expression = "HAS_GUC_PROXY_URI | URIBL_RED | DBL_ABUSE_REDIR"; + expression = "HAS_GUC_PROXY_URI | URIBL_RED | DBL_ABUSE_REDIR | HAS_ONION_URI"; description = "Contains one or more domains trying to disguise owner/destination"; score = 0.5; } -- 2.47.3