mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Exclude page.link from phishing
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user