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