mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-01-23 06:49:25 +08:00
update adblock white list, fixed apple push
This commit is contained in:
parent
a433bd0bc8
commit
62dc7b9789
@ -1,4 +1,4 @@
|
|||||||
#VER=20200203132452
|
#VER=20200203133207
|
||||||
#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/
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#VER=20200203132452
|
#VER=20200203133208
|
||||||
#URL=https://github.com/privacy-protection-tools/anti-AD
|
#URL=https://github.com/privacy-protection-tools/anti-AD
|
||||||
0024aaaa.com
|
0024aaaa.com
|
||||||
0026645142c89aeb1.com
|
0026645142c89aeb1.com
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
!AdBlock-style blocklists
|
!AdBlock-style blocklists
|
||||||
!VER=20200203132452
|
!VER=20200203133207
|
||||||
!URL=https://github.com/privacy-protection-tools/anti-AD
|
!URL=https://github.com/privacy-protection-tools/anti-AD
|
||||||
||201*.myhard.com^
|
||201*.myhard.com^
|
||||||
||8*.tianya.cn^
|
||8*.tianya.cn^
|
||||||
@ -33658,4 +33658,4 @@
|
|||||||
@@||widget.myrentacar.me^
|
@@||widget.myrentacar.me^
|
||||||
@@||tongji.*kuwo.cn^
|
@@||tongji.*kuwo.cn^
|
||||||
@@||ntp.org^
|
@@||ntp.org^
|
||||||
@@||courier-push-apple.com.akadns.net^
|
@@||*push-apple.com.akadns.net^
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#VER=20200203132452
|
#VER=20200203133208
|
||||||
#URL=https://github.com/privacy-protection-tools/anti-AD
|
#URL=https://github.com/privacy-protection-tools/anti-AD
|
||||||
DOMAIN-SUFFIX,0024aaaa.com
|
DOMAIN-SUFFIX,0024aaaa.com
|
||||||
DOMAIN-SUFFIX,0026645142c89aeb1.com
|
DOMAIN-SUFFIX,0026645142c89aeb1.com
|
||||||
|
@ -89,10 +89,9 @@ $ARR_REGEX_LIST = array(
|
|||||||
|
|
||||||
//对通配符匹配或正则匹配增加的额外赦免规则
|
//对通配符匹配或正则匹配增加的额外赦免规则
|
||||||
$ARR_WHITE_RULE_LIST = array(
|
$ARR_WHITE_RULE_LIST = array(
|
||||||
'@@||github.com^' => 0,
|
|
||||||
'@@||tongji.*kuwo.cn^' => 0,
|
'@@||tongji.*kuwo.cn^' => 0,
|
||||||
'@@||ntp.org^' => 1, //针对上面正则表达式的一个赦免规则,例如:2.android.pool.ntp.org
|
'@@||ntp.org^' => 1, //针对上面正则表达式的一个赦免规则,例如:2.android.pool.ntp.org
|
||||||
'@@||courier-push-apple.com.akadns.net^' => 1, //强制加白, 苹果推送2.courier-push-apple.com.akadns.net
|
'@@||*push-apple.com.akadns.net^' => 1, //强制加白, 苹果推送2.courier-push-apple.com.akadns.net
|
||||||
);
|
);
|
||||||
|
|
||||||
//针对上游赦免规则anti-AD不予赦免的规则,即赦免名单的黑名单
|
//针对上游赦免规则anti-AD不予赦免的规则,即赦免名单的黑名单
|
||||||
|
Loading…
Reference in New Issue
Block a user