瀏覽代碼

Chore: `CoinBlockerList` is dead

SukkaW 1 年之前
父節點
當前提交
d51f498579
共有 1 個文件被更改,包括 14 次插入14 次删除
  1. 14 14
      Build/constants/reject-data-source.ts

+ 14 - 14
Build/constants/reject-data-source.ts

@@ -30,25 +30,25 @@ export const HOSTS_EXTRA: HostsSource[] = [
 export const DOMAIN_LISTS: HostsSource[] = [
   // CoinBlockerList
   // Although the hosts file is still actively maintained, the hosts_browser file is not updated since 2024-03, so we set a 14 days cache ttl
-  [
-    'https://zerodot1.gitlab.io/CoinBlockerLists/list_browser.txt',
-    [
-      'https://proxy.cdn.skk.moe/?https://zerodot1.gitlab.io/CoinBlockerLists/list_browser.txt'
-    ],
-    true,
-    TTL.TWO_WEEKS()
-  ]
+  // [
+  //   'https://zerodot1.gitlab.io/CoinBlockerLists/list_browser.txt',
+  //   [
+  //     'https://proxy.cdn.skk.moe/?https://zerodot1.gitlab.io/CoinBlockerLists/list_browser.txt'
+  //   ],
+  //   true,
+  //   TTL.TWO_WEEKS()
+  // ]
 ];
 
 export const DOMAIN_LISTS_EXTRA: HostsSource[] = [
   // CoinBlockerList - Full
   // Lat update 10 months ago, so we set a 14 days cache ttl
-  [
-    'https://zerodot1.gitlab.io/CoinBlockerLists/list.txt',
-    ['https://proxy.cdn.skk.moe/?https://zerodot1.gitlab.io/CoinBlockerLists/list.txt'],
-    true,
-    TTL.TWO_WEEKS()
-  ],
+  // [
+  //   'https://zerodot1.gitlab.io/CoinBlockerLists/list.txt',
+  //   ['https://proxy.cdn.skk.moe/?https://zerodot1.gitlab.io/CoinBlockerLists/list.txt'],
+  //   true,
+  //   TTL.TWO_WEEKS()
+  // ],
 
   // BarbBlock
   // The barbblock list has never been updated since 2019-05, so we set a 14 days cache ttl