This commit is contained in:
gently 2021-05-07 23:08:12 +08:00
parent 526cb2108a
commit fda6997b4d
3 changed files with 5 additions and 9 deletions

View File

@ -1,7 +1,7 @@
!Title: anti-AD
!Version: 20210507094727
!Version: 20210507230631
!Homepage: https://github.com/privacy-protection-tools/anti-AD
!Total lines: 39365
!Total lines: 39363
@@||ads.taboola.com^
@@||tracker.eu.org^
@@||stats.uptimerobot.com^
@ -39,8 +39,6 @@
@@||tracking-protection.cdn.mozilla.net^
@@||skydrivesync.policies.live.net^
@@||dxcloud.episerver.net^
@@||advertisement.*.alibabadns.com^
@@||advertisement.alibabacorp.sm.cn^
/^(\S+\.)?9377[a-z0-9]{2}\.com$/$dnstype=A
/^(\S+\.)?ad(s?[\d]+|m|s)?\./
@@||ads.amazon^
@ -51,7 +49,7 @@
@@||ads.tiktok.com^
@@||ads.twitter.com^
@@||adm.10jqka.com.cn^
/^(\S+\.)?advert/
/^(\S+\.)?advert/$denyallow=alibabacorp.com|alibabadns.com
/^(\S+\.)?affiliat(es?[0-9a-z]*?|ion[0-9\-a-z]*?|ly[0-9a-z\-]*?)\./
/^(\S+\.)?s?metrics\./
/^(\S+\.)?afgr[\d]{1,2}\.com$/

View File

@ -1 +1 @@
f3f5eccc0930d51325f83c17a0bafa7f
fbb45cdca21aa6983174bf0b5ba57ac9

View File

@ -138,7 +138,7 @@ $ARR_MERGED_WILD_LIST = array(
$ARR_REGEX_LIST = array(
'/^(\S+\.)?9377[a-z0-9]{2}\.com$/' => ['m' => '$dnstype=A'],
'/^(\S+\.)?ad(s?[\d]+|m|s)?\./' => null,
'/^(\S+\.)?advert/' => null, // TODO dnstype工作不正常目前主要影响ali系的CNAME专门加了白名单
'/^(\S+\.)?advert/' => ['m' => '$denyallow=alibabacorp.com|alibabadns.com'],
'/^(\S+\.)?affiliat(es?[0-9a-z]*?|ion[0-9\-a-z]*?|ly[0-9a-z\-]*?)\./' => null, // fixed #406
'/^(\S+\.)?s?metrics\./' => null, // TODO 覆盖面很大
'/^(\S+\.)?afgr[\d]{1,2}\.com$/' => null,
@ -225,8 +225,6 @@ $ARR_WHITE_RULE_LIST = array(
'@@||tracking-protection.cdn.mozilla.net^' => 1, // #407
'@@||skydrivesync.policies.live.net^' => 1, // #409
'@@||dxcloud.episerver.net^' => 1, // #418
'@@||advertisement.*.alibabadns.com^' => 1, // #410 ,TODO 等dnstype工作正常就去除
'@@||advertisement.alibabacorp.sm.cn^' => 1, // #412, TODO 等dnstype工作正常就去除
);
//针对上游赦免规则anti-AD不予赦免的规则即赦免名单的黑名单