This commit is contained in:
gently 2021-05-07 23:45:03 +08:00
parent 8da8f1221c
commit 03eec12bb6
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
!Title: anti-AD
!Version: 20210507231639
!Version: 20210507234436
!Homepage: https://github.com/privacy-protection-tools/anti-AD
!Total lines: 39363
@@||ads.taboola.com^
@ -49,7 +49,7 @@
@@||ads.tiktok.com^
@@||ads.twitter.com^
@@||adm.10jqka.com.cn^
/^(\S+\.)?advert/$denyallow=alibabacorp.com|alibabadns.com|alibabacorp.sm.cn|tanx.com
/^(\S+\.)?advert/$denyallow=alibabacorp.com|alibabadns.com|alibabacorp.sm.cn|tanx.com|alibaba-inc.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 @@
093a49c0248029f80f8b299cd30406eb
8efa31d5dbc74da3a17aaf4b1ba52ab4

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/' => ['m' => '$denyallow=alibabacorp.com|alibabadns.com|alibabacorp.sm.cn|tanx.com'],
'/^(\S+\.)?advert/' => ['m' => '$denyallow=alibabacorp.com|alibabadns.com|alibabacorp.sm.cn|tanx.com|alibaba-inc.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,