Add more ipfs gateway to phishing whitelist

This commit is contained in:
SukkaW 2022-11-16 12:37:45 +08:00
parent 2295a1a735
commit 16f6d6c749

View File

@ -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',