Browse Source

Remove `notion.site` from phishing domainset (#10)

Co-authored-by: FYLSen <FYLSen@users.noreply.github.com>
FYLSen 2 years ago
parent
commit
42870b6534
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Build/build-phishing-domainset.js

+ 2 - 1
Build/build-phishing-domainset.js

@@ -12,7 +12,8 @@ const WHITELIST_DOMAIN = new Set([
   'square.site',
   'business.site',
   'page.link', // Firebase URL Shortener
-  'fleek.cool'
+  'fleek.cool',
+  'notion.site' 
 ]);
 const BLACK_TLD = new Set([
   'xyz',