mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 09:10:35 +08:00
Exclude page.link from phishing
This commit is contained in:
parent
5e123fd878
commit
16460de92d
@ -9,7 +9,8 @@ const WHITELIST_DOMAIN = new Set([
|
|||||||
'dweb.link',
|
'dweb.link',
|
||||||
'nftstorage.link',
|
'nftstorage.link',
|
||||||
'square.site',
|
'square.site',
|
||||||
'business.site'
|
'business.site',
|
||||||
|
'page.link' // Firebase URL Shortener
|
||||||
]);
|
]);
|
||||||
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