mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-02-13 17:12:41 +08:00
update regular expressions
This commit is contained in:
parent
d9305e3e5d
commit
14265519c1
@ -1,4 +1,4 @@
|
|||||||
#TIME=20200117104851
|
#TIME=20200118144216
|
||||||
#URL=https://github.com/privacy-protection-tools/anti-AD
|
#URL=https://github.com/privacy-protection-tools/anti-AD
|
||||||
address=/0024aaaa.com/
|
address=/0024aaaa.com/
|
||||||
address=/0026645142c89aeb1.com/
|
address=/0026645142c89aeb1.com/
|
||||||
@ -36141,6 +36141,7 @@ address=/cdp.cloud.unity3d.com/
|
|||||||
address=/data-optout-service.uca.cloud.unity3d.com/
|
address=/data-optout-service.uca.cloud.unity3d.com/
|
||||||
address=/thind-gke-euw.prd.data.corp.unity3d.com/
|
address=/thind-gke-euw.prd.data.corp.unity3d.com/
|
||||||
address=/v3-ad.ixigua.com/
|
address=/v3-ad.ixigua.com/
|
||||||
|
address=/ads.huan.tv/
|
||||||
address=/tt114.net/
|
address=/tt114.net/
|
||||||
address=/api.ip138.com/
|
address=/api.ip138.com/
|
||||||
address=/cache.ip138.com/
|
address=/cache.ip138.com/
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,4 @@
|
|||||||
#TIME=20200117104851
|
#TIME=20200118144217
|
||||||
#URL=https://github.com/privacy-protection-tools/anti-AD
|
#URL=https://github.com/privacy-protection-tools/anti-AD
|
||||||
[RULE]
|
[RULE]
|
||||||
DOMAIN-SUFFIX,0024aaaa.com,REJECT
|
DOMAIN-SUFFIX,0024aaaa.com,REJECT
|
||||||
@ -36142,6 +36142,7 @@ DOMAIN-SUFFIX,cdp.cloud.unity3d.com,REJECT
|
|||||||
DOMAIN-SUFFIX,data-optout-service.uca.cloud.unity3d.com,REJECT
|
DOMAIN-SUFFIX,data-optout-service.uca.cloud.unity3d.com,REJECT
|
||||||
DOMAIN-SUFFIX,thind-gke-euw.prd.data.corp.unity3d.com,REJECT
|
DOMAIN-SUFFIX,thind-gke-euw.prd.data.corp.unity3d.com,REJECT
|
||||||
DOMAIN-SUFFIX,v3-ad.ixigua.com,REJECT
|
DOMAIN-SUFFIX,v3-ad.ixigua.com,REJECT
|
||||||
|
DOMAIN-SUFFIX,ads.huan.tv,REJECT
|
||||||
DOMAIN-SUFFIX,tt114.net,REJECT
|
DOMAIN-SUFFIX,tt114.net,REJECT
|
||||||
DOMAIN-SUFFIX,api.ip138.com,REJECT
|
DOMAIN-SUFFIX,api.ip138.com,REJECT
|
||||||
DOMAIN-SUFFIX,cache.ip138.com,REJECT
|
DOMAIN-SUFFIX,cache.ip138.com,REJECT
|
||||||
|
@ -56,6 +56,8 @@ $ARR_MERGED_WILD_LIST = array(
|
|||||||
'aeros*.tk' => null,
|
'aeros*.tk' => null,
|
||||||
'analyzer*.fc2.com' => null,
|
'analyzer*.fc2.com' => null,
|
||||||
'admicro*.vcmedia.vn' => null,
|
'admicro*.vcmedia.vn' => null,
|
||||||
|
'xn--xhq9mt12cf5v.*' => null,
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
$ARR_REGEX_LIST = array(
|
$ARR_REGEX_LIST = array(
|
||||||
@ -69,10 +71,26 @@ $ARR_REGEX_LIST = array(
|
|||||||
'/^analytics(\-|\.)/' => null,
|
'/^analytics(\-|\.)/' => null,
|
||||||
'/^counter(\-|\.)/' => null,
|
'/^counter(\-|\.)/' => null,
|
||||||
'/^pixels?\./' => null,
|
'/^pixels?\./' => null,
|
||||||
|
'/^syma[a-z]\.cn$/' => null,
|
||||||
|
'/^widgets?\./' => null,
|
||||||
|
'/^webstats?\./' => null,
|
||||||
|
'/^track(er|ing)?\./' => null,
|
||||||
|
'/^tongji\./' => null,
|
||||||
|
'/^toolbar\./' => null,
|
||||||
|
'/^stats?\./' => null,
|
||||||
);
|
);
|
||||||
|
|
||||||
$ARR_WHITE_RULE_LIST = array(
|
$ARR_WHITE_RULE_LIST = array(
|
||||||
'@@||github.com^',
|
'@@||github.com^',
|
||||||
|
'@@||tracker.ipv6.scau.edu.cn^',
|
||||||
|
'@@||tracker.openbittorrent.com^',
|
||||||
|
'@@||tracker.chdbits.org^',
|
||||||
|
'@@||tracker.m-team.cc^',
|
||||||
|
'@@||tracker.keepfrds.com^',
|
||||||
|
'@@||tracker.hdcmct.org^',
|
||||||
|
'@@||tracker.fastdownload.xyz^',
|
||||||
|
'@@||tracker.bt4g.com^',
|
||||||
|
'@@||tracker.publictorrent.net^',
|
||||||
);
|
);
|
||||||
|
|
||||||
if(PHP_SAPI != 'cli'){
|
if(PHP_SAPI != 'cli'){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user