mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-01-22 22:39:16 +08:00
23 lines
680 B
PHP
23 lines
680 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,
|
|
'b.bdstatic.com' => true,
|
|
'googleadapis.l.google.com' => true, //解决google字体下载异常
|
|
'gstaticadssl.l.google.com' => true, //解决google字体下载异常
|
|
'gvt10.com' => true,
|
|
'gvt1.com' => true,
|
|
'gvt2.com' => true,
|
|
'gvt3.com' => true,
|
|
'amazonaws.com' => true,
|
|
'wangbase.com' => true,
|
|
'l.qq.com' => true, //解决腾讯视频无法播放
|
|
'g.csdnimg.cn' => true, //csdn阅读更多
|
|
);
|