From c0670b5a83002c6bd4352695c17795556e4a1c16 Mon Sep 17 00:00:00 2001 From: SukkaW Date: Mon, 31 Oct 2022 21:52:03 +0800 Subject: [PATCH] Fix Curben List Mirror --- Build/build-reject-domainset.js | 36 ++++++++++++++++++++++++++------- 1 file changed, 29 insertions(+), 7 deletions(-) diff --git a/Build/build-reject-domainset.js b/Build/build-reject-domainset.js index 8f600167..38606994 100644 --- a/Build/build-reject-domainset.js +++ b/Build/build-reject-domainset.js @@ -88,7 +88,8 @@ const threads = isCI ? cpuCount : cpuCount / 2; 'perfops.io', // AdGuardDNSFilter 'd2axgrpnciinw7.cloudfront.net', // ADGuardDNSFilter 'tb-lb.sb-cd.com', // AdGuard - 'storage.yandexcloud.net' // phishing list + 'storage.yandexcloud.net', // phishing list + 'login.microsoftonline.com' // phishing list ]); console.time('* Download and process AdBlock Filter Rules'); @@ -136,12 +137,33 @@ const threads = isCI ? cpuCount : cpuCount / 2; 'https://easylist-downloads.adblockplus.org/easyprivacy.txt' ] ], - // Curben's Malware Online UrlHaus - 'https://malware-filter.gitlab.io/malware-filter/urlhaus-filter-agh-online.txt', - // Curben's Phishing Online Filter - 'https://malware-filter.gitlab.io/malware-filter/phishing-filter-agh.txt', - // Curben's PUP List - 'https://malware-filter.gitlab.io/malware-filter/pup-filter-agh.txt', + // Curben's UrlHaus Malicious URL Blocklist + // Prefer mirror, since malware-filter.gitlab.io has not been updated for a while + 'https://curbengh.github.io/urlhaus-filter/urlhaus-filter-agh-online.txt', + // [ + // 'https://malware-filter.pages.dev/urlhaus-filter-agh-online.txt', + // [ + // 'https://malware-filter.gitlab.io/urlhaus-filter/urlhaus-filter-agh-online.txt' + // ] + // ], + // Curben's Phishing URL Blocklist + // Prefer mirror, since malware-filter.gitlab.io has not been updated for a while + 'https://curbengh.github.io/phishing-filter/phishing-filter-agh.txt', + // [ + // 'https://phishing-filter.pages.dev/phishing-filter-agh.txt', + // [ + // 'https://malware-filter.gitlab.io/malware-filter/phishing-filter-agh.txt' + // ] + // ], + // Curben's PUP Domains Blocklist + 'https://curbengh.github.io/pup-filter/pup-filter-agh.txt', + // Prefer mirror, since malware-filter.gitlab.io has not been updated for a while + // [ + // 'https://pup-filter.pages.dev/pup-filter-agh.txt', + // [ + // 'https://malware-filter.gitlab.io/malware-filter/pup-filter-agh.txt' + // ] + // ], // GameConsoleAdblockList 'https://raw.githubusercontent.com/DandelionSprout/adfilt/master/GameConsoleAdblockList.txt', // PiHoleBlocklist