Chore: adjust EasyPrivacy download order
Some checks failed
Build / Build (push) Has been cancelled
Build / Diff output (push) Has been cancelled
Build / Deploy to Cloudflare Pages (3.114.12) (push) Has been cancelled
Build / Deploy to GitHub and GitLab (push) Has been cancelled
Build / Remove Artifacts after Deployment (push) Has been cancelled

This commit is contained in:
SukkaW
2026-01-24 21:52:13 +08:00
parent 5fffb6a34e
commit 5b8752c922

View File

@@ -204,12 +204,12 @@ export const ADGUARD_FILTERS: AdGuardFilterSource[] = [
], ],
// EasyPrivacy // 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://easylist-downloads.adblockplus.org/easyprivacy.txt',
'https://secure.fanboy.co.nz/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.github.io/uAssetsCDN/thirdparties/easyprivacy.txt',
'https://ublockorigin.pages.dev/thirdparties/easyprivacy.txt' 'https://ublockorigin.pages.dev/thirdparties/easyprivacy.txt'
] ]