mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-02-09 07:03:18 +08:00
update
This commit is contained in:
parent
03eec12bb6
commit
755aeaf581
@ -1,5 +1,5 @@
|
|||||||
!Title: anti-AD
|
!Title: anti-AD
|
||||||
!Version: 20210507234436
|
!Version: 20210507234907
|
||||||
!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|tanx.com|alibaba-inc.com
|
/^(\S+\.)?advert/$denyallow=alibabacorp.com|alibabadns.com|sm.cn|tanx.com|alibaba-inc.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 @@
|
|||||||
8efa31d5dbc74da3a17aaf4b1ba52ab4
|
de2dab7f8001bc3f3368f6a7aa9e5b6d
|
@ -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|tanx.com|alibaba-inc.com'],
|
'/^(\S+\.)?advert/' => ['m' => '$denyallow=alibabacorp.com|alibabadns.com|sm.cn|tanx.com|alibaba-inc.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