From 17ddf4666334fa7b161e49f5769a7505304b3495 Mon Sep 17 00:00:00 2001 From: gentlyxu <1243610+gentlyxu@users.noreply.github.com> Date: Wed, 20 Dec 2023 00:23:49 +0800 Subject: [PATCH] Update easylist-extend.php, try fix #870 --- 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 fa090598..b86176bc 100644 --- a/scripts/tools/easylist-extend.php +++ b/scripts/tools/easylist-extend.php @@ -137,7 +137,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)?\.[0-9\-a-z]+\./i' => ['m' => '$denyallow=nucdn.net|azureedge.net|alibabacorp.com|alibabadns.com'], + '/^(\S+\.)?ad(s?[\d]+|m|s)?\.[0-9\-a-z]+\./' => ['m' => '$denyallow=nucdn.net|azureedge.net|alibabacorp.com|alibabadns.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 覆盖面很大