Exclude page.link from phishing

This commit is contained in:
SukkaW 2022-12-23 20:07:54 +08:00
parent 5e123fd878
commit 16460de92d

View File

@ -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',