mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-15 18:50:34 +08:00
Remove Spam404
This commit is contained in:
parent
a1773308de
commit
4eb45d2eab
@ -136,16 +136,16 @@ export const DOMAIN_LISTS_EXTRA: HostsSource[] = [
|
|||||||
'https://curbengh.github.io/urlhaus-filter/urlhaus-filter-domains.txt'
|
'https://curbengh.github.io/urlhaus-filter/urlhaus-filter-domains.txt'
|
||||||
],
|
],
|
||||||
true
|
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[] = [
|
export const PHISHING_HOSTS_EXTRA: HostsSource[] = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user