浏览代码

Chore: adjust EasyPrivacy download order

SukkaW 2 月之前
父节点
当前提交
5b8752c922
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      Build/constants/reject-data-source.ts

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

@@ -204,12 +204,12 @@ export const ADGUARD_FILTERS: AdGuardFilterSource[] = [
   ],
   // EasyPrivacy
   [
-    'https://easylist.to/easylist/easyprivacy.txt',
+    'https://raw.githubusercontent.com/easylist/easylist/gh-pages/easyprivacy.txt',
     [
+      'https://easylist.to/easylist/easyprivacy.txt',
+      'https://filters.adtidy.org/extension/ublock/filters/118_optimized.txt',
       'https://easylist-downloads.adblockplus.org/easyprivacy.txt',
       'https://secure.fanboy.co.nz/easyprivacy.txt',
-      'https://filters.adtidy.org/extension/ublock/filters/118_optimized.txt',
-      'https://raw.githubusercontent.com/easylist/easylist/gh-pages/easyprivacy.txt',
       'https://ublockorigin.github.io/uAssetsCDN/thirdparties/easyprivacy.txt',
       'https://ublockorigin.pages.dev/thirdparties/easyprivacy.txt'
     ]