From 946e15b468619aafc8f520f6874505568cba0005 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 18 Jan 2017 12:20:39 +0100 Subject: [PATCH] type was not declared as substring --- lists/alexa/list.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lists/alexa/list.json b/lists/alexa/list.json index 7b0951c..099897b 100644 --- a/lists/alexa/list.json +++ b/lists/alexa/list.json @@ -1001,12 +1001,12 @@ "voyeurhit.com" ], "name": "Top 1000 website from Alexa", - "version": "20170118", + "version": "20170119", "description": "Event contains one or more entries from the top 1000 of the most used website (Alexa).", "matching_attributes": [ "hostname", "domain", - "domain|ip", - "substring" - ] + "domain|ip" + ], + "type": "substring" }