mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Update Reject Hosts
This commit is contained in:
@@ -92,7 +92,7 @@ export const withBannerArray = (title: string, description: string[] | readonly
|
||||
];
|
||||
};
|
||||
|
||||
const MARK = `${Math.random().toString(36).slice(2)}.this_ruleset_is_made_by_sukkaw.${Math.random().toString(36).slice(2)}.ruleset.skk.moe`;
|
||||
const MARK = 'this_ruleset_is_made_by_sukkaw.ruleset.skk.moe';
|
||||
|
||||
export const createRuleset = (
|
||||
parentSpan: Span,
|
||||
|
||||
@@ -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