mirror of
https://github.com/SukkaW/Surge.git
synced 2026-02-03 20:41:52 +08:00
Update Reject Hosts
This commit is contained in:
@@ -83,7 +83,9 @@ const BLACK_TLD = new Set([
|
||||
'website',
|
||||
'win',
|
||||
'xyz',
|
||||
'za.com'
|
||||
'za.com',
|
||||
'lat',
|
||||
'design'
|
||||
]);
|
||||
|
||||
export const getPhishingDomains = (parentSpan: Span) => parentSpan.traceChild('get phishing domains').traceAsyncFn(async (span) => {
|
||||
|
||||
Reference in New Issue
Block a user