mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Chore: backward compatible of reject_phishing file
This commit is contained in:
@@ -90,10 +90,7 @@ export const getPhishingDomains = () => traceAsync('get phishing domains', async
|
||||
// // 'https://malware-filter.gitlab.io/malware-filter/phishing-filter-agh.txt'
|
||||
// ]
|
||||
// ),
|
||||
getGorhillPublicSuffixPromise(),
|
||||
// Remove old files
|
||||
fsp.rm(path.resolve(import.meta.dir, '../../List/domainset/reject_phishing.conf'), { force: true }),
|
||||
fsp.rm(path.resolve(import.meta.dir, '../../Clash/domainset/reject_phishing.txt'), { force: true })
|
||||
getGorhillPublicSuffixPromise()
|
||||
]);
|
||||
|
||||
traceSync.skip('* whitelisting phishing domains', () => {
|
||||
|
||||
Reference in New Issue
Block a user