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