瀏覽代碼

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

Co-authored-by: FYLSen <FYLSen@users.noreply.github.com>
FYLSen 2 年之前
父節點
當前提交
42870b6534
共有 1 個文件被更改,包括 2 次插入1 次删除
  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',