Browse Source

Add more ipfs gateway to phishing whitelist

SukkaW 3 years ago
parent
commit
16f6d6c749
1 changed files with 2 additions and 1 deletions
  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([
   'w3s.link',
-  'dweb.link'
+  'dweb.link',
+  'nftstorage.link'
 ]);
 const BLACK_TLD = Array.from(new Set([
   '.xyz',