Remove Spam404
Some checks failed
Build / Build (push) Has been cancelled
Build / Diff output (push) Has been cancelled
Build / Deploy to Cloudflare Pages (3.114.6) (push) Has been cancelled
Build / Deploy to GitHub and GitLab (push) Has been cancelled

This commit is contained in:
SukkaW 2025-04-25 00:51:16 +08:00
parent a1773308de
commit 4eb45d2eab

View File

@ -136,16 +136,16 @@ export const DOMAIN_LISTS_EXTRA: HostsSource[] = [
'https://curbengh.github.io/urlhaus-filter/urlhaus-filter-domains.txt'
],
true
],
// Spam404
// Not actively maintained, let's use jsDelivr as primary URL
[
'https://cdn.jsdelivr.net/gh/Spam404/lists@master/main-blacklist.txt',
[
'https://raw.githubusercontent.com/Spam404/lists/master/main-blacklist.txt'
],
true
]
// Spam404
// Not actively maintained, let's consider it is dead
// [
// 'https://cdn.jsdelivr.net/gh/Spam404/lists@master/main-blacklist.txt',
// [
// 'https://raw.githubusercontent.com/Spam404/lists/master/main-blacklist.txt'
// ],
// true
// ]
];
export const PHISHING_HOSTS_EXTRA: HostsSource[] = [