mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-02-13 17:12:41 +08:00
Update easylist-extend.php, try fix #870
This commit is contained in:
parent
40ede9e00c
commit
17ddf46663
@ -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 覆盖面很大
|
||||
|
Loading…
Reference in New Issue
Block a user