mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Remove notion.site from phishing domainset (#10)
Co-authored-by: FYLSen <FYLSen@users.noreply.github.com>
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user