From be72d819753f20dfe9cde4d19d4c7481bc957779 Mon Sep 17 00:00:00 2001 From: iglocska Date: Mon, 15 Jan 2018 12:13:34 +0100 Subject: [PATCH] Changed matching algorithm to domain to avoid false positive matches --- lists/second-level-tlds/list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lists/second-level-tlds/list.json b/lists/second-level-tlds/list.json index 37c9250..407a644 100644 --- a/lists/second-level-tlds/list.json +++ b/lists/second-level-tlds/list.json @@ -6469,7 +6469,7 @@ "domain", "domain|ip" ], - "type": "substring", + "type": "domain", "name": "Second level TLDs as known by Mozilla Foundation", - "version": 3 + "version": 4 }