mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 09:10:35 +08:00
Remove notion.site from phishing domainset (#10)
Co-authored-by: FYLSen <FYLSen@users.noreply.github.com>
This commit is contained in:
parent
82f10868c1
commit
42870b6534
@ -12,7 +12,8 @@ const WHITELIST_DOMAIN = new Set([
|
|||||||
'square.site',
|
'square.site',
|
||||||
'business.site',
|
'business.site',
|
||||||
'page.link', // Firebase URL Shortener
|
'page.link', // Firebase URL Shortener
|
||||||
'fleek.cool'
|
'fleek.cool',
|
||||||
|
'notion.site'
|
||||||
]);
|
]);
|
||||||
const BLACK_TLD = new Set([
|
const BLACK_TLD = new Set([
|
||||||
'xyz',
|
'xyz',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user