ソースを参照

Chore: use light version of URLHaus

SukkaW 8 ヶ月 前
コミット
fd02e1c7de
1 ファイル変更5 行追加5 行削除
  1. 5 5
      Build/constants/reject-data-source.ts

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

@@ -133,12 +133,12 @@ export const DOMAIN_LISTS_EXTRA: HostsSource[] = [
   // ],
   // Curben's UrlHaus Malicious URL Blocklist
   [
-    'https://urlhaus-filter.pages.dev/urlhaus-filter-domains.txt',
+    'https://urlhaus-filter.pages.dev/urlhaus-filter-domains-online.txt',
     [
-      'https://malware-filter.pages.dev/urlhaus-filter-domains.txt',
-      'https://malware-filter.gitlab.io/urlhaus-filter/urlhaus-filter-domains.txt',
-      'https://malware-filter.gitlab.io/malware-filter/urlhaus-filter-domains.txt',
-      'https://curbengh.github.io/urlhaus-filter/urlhaus-filter-domains.txt'
+      'https://malware-filter.pages.dev/urlhaus-filter-domains-online.txt',
+      'https://malware-filter.gitlab.io/urlhaus-filter/urlhaus-filter-domains-online.txt',
+      'https://malware-filter.gitlab.io/malware-filter/urlhaus-filter-domains-online.txt',
+      'https://curbengh.github.io/urlhaus-filter/urlhaus-filter-domains-online.txt'
     ],
     true
   ]