diff options
Diffstat (limited to 'conf/metrics.conf')
-rw-r--r-- | conf/metrics.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/metrics.conf b/conf/metrics.conf index 95826765e..b3fc30eca 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -430,9 +430,19 @@ metric { symbol { weight = 3.0; description = "Short html part with a link to an image"; + name = "HTML_SHORT_LINK_IMG_1"; + } + symbol { + weight = 1.0; + description = "Short html part with a link to an image"; name = "HTML_SHORT_LINK_IMG_2"; } symbol { + weight = 0.5; + description = "Short html part with a link to an image"; + name = "HTML_SHORT_LINK_IMG_3"; + } + symbol { weight = 5.0; description = "Suspicious boundary in header Content-Type"; name = "SUSPICIOUS_BOUNDARY"; |