mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-02-13 17:12:41 +08:00
fix #964
`||awstrack.me^$third-party` comes from 79bcbca17c/easyprivacy/easyprivacy_trackingservers_thirdparty.txt (L261)
. Addons on browses will not block ` https://xxx.awstrack.me/xxx ` since they obey `$third-party`.
`awstrack.me` is used for tracking, but blocking it affects users' operations.
Also white listed in the following projects:
https://github.com/AdguardTeam/AdGuardSDNSFilter/pull/68
https://github.com/brave/adblock-lists/pull/1772
This commit is contained in:
parent
a917bec03f
commit
2ab64d84eb
@ -440,6 +440,7 @@ return [
|
||||
"migc.g.mi.com" => 0, // #942
|
||||
"clientlog3.music.163.com" => 0, // #954
|
||||
"tracker.ai.xiaomi.com" => 0, // #960
|
||||
"awstrack.me" => 0, // #964
|
||||
|
||||
"iflow.uczzd.cn" => 0, // uc搞笑段子
|
||||
"m.uczzd.cn" => 0, // uc搞笑段子
|
||||
|
Loading…
Reference in New Issue
Block a user