Chore: update reject source

This commit is contained in:
SukkaW
2026-06-05 22:37:04 +08:00
parent 8e8e5ce4be
commit ccbeaa8201

View File

@@ -232,7 +232,7 @@ export const ADGUARD_FILTERS: AdGuardFilterSource[] = [
[
'https://ublockorigin.github.io/uAssetsCDN/filters/unbreak.min.txt'
]
]
],
//
// Stalkerware
// [
@@ -241,6 +241,16 @@ export const ADGUARD_FILTERS: AdGuardFilterSource[] = [
// 'https://adguardteam.github.io/HostlistsRegistry/assets/filter_31.txt'
// ]
// ]
//
// CJX Annoyance List
[
// some times 3 update in a month, some times 3 months without update
// let's prefer GitHub raw as primary while jsDelivr as fallback
'https://raw.githubusercontent.com/cjx82630/cjxlist/master/cjx-annoyance.txt',
[
'https://cdn.jsdelivr.net/gh/cjx82630/cjxlist@master/cjx-annoyance.txt'
]
]
];
export const ADGUARD_FILTERS_WHITELIST: AdGuardFilterSource[] = [