anti-AD/lib/white_domain_list.php

19 lines
566 B
PHP
Raw Normal View History

2018-11-17 00:23:55 +08:00
<?php
//white_domain_list
2019-10-19 20:27:44 +08:00
//白名单机制...,白名单是
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,
'b.bdstatic.com' => true,
2019-10-19 20:27:44 +08:00
'googleadapis.l.google.com' => true, //解决google字体下载异常
'gstaticadssl.l.google.com' => true, //解决google字体下载异常
2019-10-12 06:18:27 +08:00
'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, //解决腾讯视频无法播放
'g.csdnimg.cn' => true, //csdn阅读更多
2018-12-13 22:24:45 +08:00
);