2018-11-17 00:23:55 +08:00
|
|
|
<?php
|
|
|
|
//white_domain_list
|
|
|
|
//白名单机制...
|
2018-12-23 17:12:58 +08:00
|
|
|
//@date 2018年12月23日
|
2018-11-17 00:23:55 +08:00
|
|
|
|
|
|
|
return array(
|
|
|
|
|
|
|
|
'cdn-thumb.fds.api.xiaomi.com' => true,
|
2018-12-23 17:14:08 +08:00
|
|
|
'.cdn-thumb.fds.api.xiaomi.com' => true,
|
2018-12-23 17:12:58 +08:00
|
|
|
'bce.baidu.com' => true,
|
|
|
|
'.bce.baidu.com' => true,
|
|
|
|
'b.bdstatic.com' => true,
|
2019-08-11 20:42:39 +08:00
|
|
|
'googleadapis.l.google.com' => true,
|
|
|
|
'.googleadapis.l.google.com' => true,
|
2019-10-12 06:18:27 +08:00
|
|
|
'gstaticadssl.l.google.com' => true,
|
|
|
|
'gvt1.com' => true,
|
2019-08-31 12:31:38 +08:00
|
|
|
'wangbase.com' => true,
|
2019-09-08 17:41:18 +08:00
|
|
|
'l.qq.com' => true, //解决腾讯视频无法播放
|
2019-10-05 12:27:25 +08:00
|
|
|
'g.csdnimg.cn' => true, //csdn阅读更多
|
2018-12-13 22:24:45 +08:00
|
|
|
);
|