mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 01:00:34 +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',
|
||||
'nftstorage.link',
|
||||
'square.site',
|
||||
'business.site'
|
||||
'business.site',
|
||||
'page.link' // Firebase URL Shortener
|
||||
]);
|
||||
const BLACK_TLD = Array.from(new Set([
|
||||
'xyz',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user