anti-AD/white_domain_list.php
2019-09-08 17:41:18 +08:00

18 lines
440 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,
'googleadapis.l.google.com' => true,
'.googleadapis.l.google.com' => true,
'wangbase.com' => true,
'l.qq.com' => true, //解决腾讯视频无法播放
);