mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-01-22 22:39:16 +08:00
11 lines
177 B
PHP
11 lines
177 B
PHP
|
<?php
|
||
|
//white_domain_list
|
||
|
//白名单机制...
|
||
|
//@date 2018年11月17日
|
||
|
|
||
|
return array(
|
||
|
|
||
|
'cdn-thumb.fds.api.xiaomi.com' => true,
|
||
|
'.cdn-thumb.fds.api.xiaomi.com' => true,
|
||
|
|
||
|
);
|