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',
|
'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',
|
||||||
|
|||||||
Reference in New Issue
Block a user