mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-01-22 22:39:16 +08:00
fixed uc.cn
This commit is contained in:
parent
53dd898695
commit
8da8f1221c
@ -1,5 +1,5 @@
|
|||||||
!Title: anti-AD
|
!Title: anti-AD
|
||||||
!Version: 20210507231434
|
!Version: 20210507231639
|
||||||
!Homepage: https://github.com/privacy-protection-tools/anti-AD
|
!Homepage: https://github.com/privacy-protection-tools/anti-AD
|
||||||
!Total lines: 39363
|
!Total lines: 39363
|
||||||
@@||ads.taboola.com^
|
@@||ads.taboola.com^
|
||||||
@ -49,7 +49,7 @@
|
|||||||
@@||ads.tiktok.com^
|
@@||ads.tiktok.com^
|
||||||
@@||ads.twitter.com^
|
@@||ads.twitter.com^
|
||||||
@@||adm.10jqka.com.cn^
|
@@||adm.10jqka.com.cn^
|
||||||
/^(\S+\.)?advert/$denyallow=alibabacorp.com|alibabadns.com|alibabacorp.sm.cn
|
/^(\S+\.)?advert/$denyallow=alibabacorp.com|alibabadns.com|alibabacorp.sm.cn|tanx.com
|
||||||
/^(\S+\.)?affiliat(es?[0-9a-z]*?|ion[0-9\-a-z]*?|ly[0-9a-z\-]*?)\./
|
/^(\S+\.)?affiliat(es?[0-9a-z]*?|ion[0-9\-a-z]*?|ly[0-9a-z\-]*?)\./
|
||||||
/^(\S+\.)?s?metrics\./
|
/^(\S+\.)?s?metrics\./
|
||||||
/^(\S+\.)?afgr[\d]{1,2}\.com$/
|
/^(\S+\.)?afgr[\d]{1,2}\.com$/
|
||||||
|
@ -1 +1 @@
|
|||||||
f1ebe6198f385fa01bbb467a1739689b
|
093a49c0248029f80f8b299cd30406eb
|
@ -138,7 +138,7 @@ $ARR_MERGED_WILD_LIST = array(
|
|||||||
$ARR_REGEX_LIST = array(
|
$ARR_REGEX_LIST = array(
|
||||||
'/^(\S+\.)?9377[a-z0-9]{2}\.com$/' => ['m' => '$dnstype=A'],
|
'/^(\S+\.)?9377[a-z0-9]{2}\.com$/' => ['m' => '$dnstype=A'],
|
||||||
'/^(\S+\.)?ad(s?[\d]+|m|s)?\./' => null,
|
'/^(\S+\.)?ad(s?[\d]+|m|s)?\./' => null,
|
||||||
'/^(\S+\.)?advert/' => ['m' => '$denyallow=alibabacorp.com|alibabadns.com|alibabacorp.sm.cn'],
|
'/^(\S+\.)?advert/' => ['m' => '$denyallow=alibabacorp.com|alibabadns.com|alibabacorp.sm.cn|tanx.com'],
|
||||||
'/^(\S+\.)?affiliat(es?[0-9a-z]*?|ion[0-9\-a-z]*?|ly[0-9a-z\-]*?)\./' => null, // fixed #406
|
'/^(\S+\.)?affiliat(es?[0-9a-z]*?|ion[0-9\-a-z]*?|ly[0-9a-z\-]*?)\./' => null, // fixed #406
|
||||||
'/^(\S+\.)?s?metrics\./' => null, // TODO 覆盖面很大
|
'/^(\S+\.)?s?metrics\./' => null, // TODO 覆盖面很大
|
||||||
'/^(\S+\.)?afgr[\d]{1,2}\.com$/' => null,
|
'/^(\S+\.)?afgr[\d]{1,2}\.com$/' => null,
|
||||||
|
Loading…
Reference in New Issue
Block a user