update.fix sm.cn

This commit is contained in:
gently 2021-05-07 23:15:05 +08:00
parent fda6997b4d
commit 53dd898695
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
!Title: anti-AD
!Version: 20210507230631
!Version: 20210507231434
!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
/^(\S+\.)?advert/$denyallow=alibabacorp.com|alibabadns.com|alibabacorp.sm.cn
/^(\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 @@
fbb45cdca21aa6983174bf0b5ba57ac9
f1ebe6198f385fa01bbb467a1739689b

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