From a5843b68f21f0d98cb2013562687db2b03d064ee Mon Sep 17 00:00:00 2001 From: SukkaW Date: Sun, 15 Jan 2023 15:32:14 +0800 Subject: [PATCH] Update phishing build TLD --- Build/build-phishing-domainset.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Build/build-phishing-domainset.js b/Build/build-phishing-domainset.js index 19ff0627..3bd85da7 100644 --- a/Build/build-phishing-domainset.js +++ b/Build/build-phishing-domainset.js @@ -36,7 +36,12 @@ const BLACK_TLD = Array.from(new Set([ 'link', 'ink', 'bar', - 'tokyo' + 'tokyo', + 'tk', + 'cf', + 'gq', + 'ga', + 'ml' ])); (async () => {