mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-02-02 11:43:00 +08:00
9063efbdcb
white list
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,
|
|
|
|
); |