mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-01-22 22:39:16 +08:00
update white list
This commit is contained in:
parent
65f18ab235
commit
a433bd0bc8
@ -1,4 +1,4 @@
|
||||
#VER=20200203053053
|
||||
#VER=20200203132452
|
||||
#URL=https://github.com/privacy-protection-tools/anti-AD
|
||||
address=/0024aaaa.com/
|
||||
address=/0026645142c89aeb1.com/
|
||||
|
@ -1,4 +1,4 @@
|
||||
#VER=20200203053053-test
|
||||
#VER=20200203132452
|
||||
#URL=https://github.com/privacy-protection-tools/anti-AD
|
||||
0024aaaa.com
|
||||
0026645142c89aeb1.com
|
||||
|
@ -1,5 +1,5 @@
|
||||
!AdBlock-style blocklists
|
||||
!VER=20200203053053
|
||||
!VER=20200203132452
|
||||
!URL=https://github.com/privacy-protection-tools/anti-AD
|
||||
||201*.myhard.com^
|
||||
||8*.tianya.cn^
|
||||
@ -33658,3 +33658,4 @@
|
||||
@@||widget.myrentacar.me^
|
||||
@@||tongji.*kuwo.cn^
|
||||
@@||ntp.org^
|
||||
@@||courier-push-apple.com.akadns.net^
|
||||
|
@ -1,4 +1,4 @@
|
||||
#VER=20200203053053
|
||||
#VER=20200203132452
|
||||
#URL=https://github.com/privacy-protection-tools/anti-AD
|
||||
DOMAIN-SUFFIX,0024aaaa.com
|
||||
DOMAIN-SUFFIX,0026645142c89aeb1.com
|
||||
|
@ -92,6 +92,7 @@ $ARR_WHITE_RULE_LIST = array(
|
||||
'@@||github.com^' => 0,
|
||||
'@@||tongji.*kuwo.cn^' => 0,
|
||||
'@@||ntp.org^' => 1, //针对上面正则表达式的一个赦免规则,例如:2.android.pool.ntp.org
|
||||
'@@||courier-push-apple.com.akadns.net^' => 1, //强制加白, 苹果推送2.courier-push-apple.com.akadns.net
|
||||
);
|
||||
|
||||
//针对上游赦免规则anti-AD不予赦免的规则,即赦免名单的黑名单
|
||||
|
Loading…
Reference in New Issue
Block a user