Update Reject Hosts

This commit is contained in:
SukkaW
2024-03-08 16:44:15 +08:00
parent 329a39f0ef
commit bd063d84fa
3 changed files with 17 additions and 2 deletions

View File

@@ -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) => {