mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-02-02 11:43:00 +08:00
更新白名单
This commit is contained in:
parent
9ed1a00c84
commit
9f93b5c630
@ -1,4 +1,4 @@
|
||||
#Date:20190829060008
|
||||
#Date:20190831042028
|
||||
address=/0024aaaa.com/
|
||||
address=/0082tv.net/
|
||||
address=/00880808.com/
|
||||
@ -27820,7 +27820,6 @@ address=/remote88.com/
|
||||
address=/searchswapper.com/
|
||||
address=/uulucky.com/
|
||||
address=/uyunad.com/
|
||||
address=/wangbase.com/
|
||||
address=/wifijia.net/
|
||||
address=/xinsheng.net/
|
||||
address=/xmindchina.cn/
|
||||
|
@ -180,6 +180,11 @@ class makeAddr{
|
||||
// print_r($rv);
|
||||
continue;
|
||||
}
|
||||
|
||||
if(array_key_exists($rk, $GLOBALS['arr_whitelist'])){//白名单机制
|
||||
continue;
|
||||
}
|
||||
|
||||
if(!is_array($rv)){
|
||||
if(array_key_exists($rv, $GLOBALS['arr_whitelist'])){//白名单机制
|
||||
continue;
|
||||
|
@ -12,4 +12,5 @@ return array(
|
||||
'b.bdstatic.com' => true,
|
||||
'googleadapis.l.google.com' => true,
|
||||
'.googleadapis.l.google.com' => true,
|
||||
'wangbase.com' => true,
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user