1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-05 11:37:01 +02:00

[mv3] Remove "AdGuard CNAME-cloaked Trackers" list

Related issue:
- https://github.com/uBlockOrigin/uBOL-issues/issues/21
This commit is contained in:
Raymond Hill 2022-12-20 11:23:42 -05:00
parent df709d2a75
commit 73c50a4077
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -1361,14 +1361,6 @@ async function main() {
}
// Handpicked rulesets from abroad
await rulesetFromURLs({
id: 'cname-trackers',
name: 'AdGuard CNAME-cloaked trackers',
enabled: true,
urls: [ 'https://raw.githubusercontent.com/AdguardTeam/cname-trackers/master/combined_disguised_trackers.txt' ],
homeURL: 'https://github.com/AdguardTeam/cname-trackers#cname-cloaked-trackers',
});
await rulesetFromURLs({
id: 'stevenblack-hosts',
name: 'Steven Black\'s hosts file',