Changed warninglist from sting matches to hostname type

pull/39/head
Andras Iklody 2017-08-04 15:51:07 +02:00 committed by GitHub
parent c724e23772
commit 7c5a09a735
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "List of known URL Shorteners domains", "name": "List of known URL Shorteners domains",
"version": 3, "version": 4,
"description": "Event contains one or more entries of known Shorteners domains", "description": "Event contains one or more entries of known Shorteners domains",
"matching_attributes": [ "matching_attributes": [
"domain", "domain",
@ -9,6 +9,9 @@
"url", "url",
"uri" "uri"
], ],
"type": [
"hostname"
],
"list": [ "list": [
"1url.com", "1url.com",
"adcraft.co", "adcraft.co",