fix: add AdGuard as blocklist sources (#1966)

This commit is contained in:
Joseph "Joey" Garneau
2024-04-13 02:45:08 -05:00
committed by GitHub
parent 8508620e53
commit 855f67bb1e

View File

@ -15,6 +15,8 @@ const SOURCES = [
'https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/filters-2023.txt',
// Fanboy Annoyances
'https://secure.fanboy.co.nz/fanboy-annoyance_ubo.txt',
// AdGuard
'https://filters.adtidy.org/extension/ublock/filters/122_optimized.txt',
];
let blocker: ElectronBlocker | undefined;