mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-01-22 22:39:16 +08:00
0af0825baf
update white list
14 lines
270 B
PHP
14 lines
270 B
PHP
<?php
|
|
//white_domain_list
|
|
//白名单机制...
|
|
//@date 2018年12月23日
|
|
|
|
return array(
|
|
|
|
'cdn-thumb.fds.api.xiaomi.com' => true,
|
|
'.cdn-thumb.fds.api.xiaomi.com' => true,
|
|
'bce.baidu.com' => true,
|
|
'.bce.baidu.com' => true,
|
|
'b.bdstatic.com' => true,
|
|
);
|