mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 01:00:34 +08:00
Add more ipfs gateway to phishing whitelist
This commit is contained in:
parent
2295a1a735
commit
16f6d6c749
@ -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',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user