From 60caaa03905209c6deaacdd67196b8d87af05073 Mon Sep 17 00:00:00 2001 From: gently <1243610+gentlyxu@users.noreply.github.com> Date: Wed, 16 Jun 2021 21:53:46 +0800 Subject: [PATCH] update. fixed #445 --- scripts/tools/easylist-extend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tools/easylist-extend.php b/scripts/tools/easylist-extend.php index a3fd9d66..e1481e1c 100644 --- a/scripts/tools/easylist-extend.php +++ b/scripts/tools/easylist-extend.php @@ -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|sm.cn|tanx.com|alibaba-inc.com'], + '/^(\S+\.)?advert/' => ['m' => '$denyallow=alibabacorp.com|alibabadns.com|sm.cn|tanx.com|alibaba-inc.com|tmall.com|taobao.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,