瀏覽代碼

Add more ipfs gateway to phishing whitelist

SukkaW 3 年之前
父節點
當前提交
16f6d6c749
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Build/build-phishing-domainset.js

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

@@ -5,7 +5,8 @@ const path = require('path');
 
 
 const WHITELIST_DOMAIN = new Set([
 const WHITELIST_DOMAIN = new Set([
   'w3s.link',
   'w3s.link',
-  'dweb.link'
+  'dweb.link',
+  'nftstorage.link'
 ]);
 ]);
 const BLACK_TLD = Array.from(new Set([
 const BLACK_TLD = Array.from(new Set([
   '.xyz',
   '.xyz',