|
|
@@ -50,11 +50,6 @@ export const DOMAIN_LISTS: HostsSource[] = [
|
|
|
// CoinBlockerList
|
|
|
// The CoinBlockerList is no longer maintained and even close-source, so we no longer trust it
|
|
|
// instead we maintain a list of our own
|
|
|
- // [
|
|
|
- // 'https://zerodot1.gitlab.io/CoinBlockerLists/list_browser.txt',
|
|
|
- // [],
|
|
|
- // true,
|
|
|
- // ]
|
|
|
];
|
|
|
|
|
|
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'],
|
|
|
// true
|
|
|
// ],
|
|
|
- // DigitalSide Threat-Intel - OSINT Hub -- Dead, server offline
|
|
|
- // ['https://osint.digitalside.it/Threat-Intel/lists/latestdomains.txt', [], true],
|
|
|
// AdGuard CNAME Filter Combined
|
|
|
// Update on a 7 days basis, so we can also use jsDelivr as primary URL
|
|
|
[
|