mirror of
https://github.com/SukkaW/Surge.git
synced 2026-06-14 03:31:49 +08:00
Chore: remove dead upstream reject source [skip ci]
This commit is contained in:
@@ -50,11 +50,6 @@ export const DOMAIN_LISTS: HostsSource[] = [
|
|||||||
// CoinBlockerList
|
// CoinBlockerList
|
||||||
// The CoinBlockerList is no longer maintained and even close-source, so we no longer trust it
|
// The CoinBlockerList is no longer maintained and even close-source, so we no longer trust it
|
||||||
// instead we maintain a list of our own
|
// instead we maintain a list of our own
|
||||||
// [
|
|
||||||
// 'https://zerodot1.gitlab.io/CoinBlockerLists/list_browser.txt',
|
|
||||||
// [],
|
|
||||||
// true,
|
|
||||||
// ]
|
|
||||||
];
|
];
|
||||||
|
|
||||||
export const DOMAIN_LISTS_EXTRA: HostsSource[] = [
|
export const DOMAIN_LISTS_EXTRA: HostsSource[] = [
|
||||||
@@ -69,8 +64,6 @@ export const DOMAIN_LISTS_EXTRA: HostsSource[] = [
|
|||||||
// ['https://paulgb.github.io/BarbBlock/blacklists/domain-list.txt'],
|
// ['https://paulgb.github.io/BarbBlock/blacklists/domain-list.txt'],
|
||||||
// true
|
// true
|
||||||
// ],
|
// ],
|
||||||
// DigitalSide Threat-Intel - OSINT Hub -- Dead, server offline
|
|
||||||
// ['https://osint.digitalside.it/Threat-Intel/lists/latestdomains.txt', [], true],
|
|
||||||
// AdGuard CNAME Filter Combined
|
// AdGuard CNAME Filter Combined
|
||||||
// Update on a 7 days basis, so we can also use jsDelivr as primary URL
|
// Update on a 7 days basis, so we can also use jsDelivr as primary URL
|
||||||
[
|
[
|
||||||
|
|||||||
Reference in New Issue
Block a user