mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-01-23 23:09:17 +08:00
72 lines
2.6 KiB
PHP
72 lines
2.6 KiB
PHP
<?php
|
||
//white_domain_list
|
||
//白名单机制...,白名单是
|
||
//@date 2018年12月23日
|
||
|
||
return array(
|
||
|
||
'cdn-thumb.fds.api.xiaomi.com' => true,
|
||
'bce.baidu.com' => true,
|
||
'b.bdstatic.com' => true,
|
||
'gss0.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,
|
||
'wangbase.com' => true, //阮一峰同志的博客图片显示
|
||
'l.qq.com' => true, //解决腾讯视频无法播放
|
||
'dldir1.qq.com' => true, //qq下载安装包路径
|
||
'cgi.connect.qq.com' => true, //qq互联
|
||
'stdl.qq.com' => true, //qq浏览器
|
||
'wup.imtt.qq.com' => true, //qq浏览器书签
|
||
'pacaio.match.qq.com' => true, //腾讯网qq登录
|
||
'gia.jd.com' => true, //京东滑动验证码
|
||
'edge.yunjiasu.com' => true, //百度云加速javascript快速加载功能
|
||
'cd.bendibao.com' => true, //成都本地宝
|
||
'm.qpic.cn' => true, // qq,微信,QQ空间等用到的静态资源域名
|
||
'ipify.org' => true, // 获得公网 IP
|
||
'pass.1688.com' => true, // 阿里巴巴网站访问不正常
|
||
|
||
|
||
'activate.adobe.com' => true,
|
||
'ereg.adobe.com' => true,
|
||
'hlrcv.stage.adobe.com' => true,
|
||
'lm.licenses.adobe.com' => true,
|
||
'lmlicenses.wip4.adobe.com' => true,
|
||
'na1r.services.adobe.com' => true,
|
||
'na2m-pr.licenses.adobe.com' => true,
|
||
'serial.alcohol-soft.com' => true,
|
||
'trial.alcohol-soft.com' => true,
|
||
'licenses.ashampoo.com' => true,
|
||
'license.bluesoleil.com' => true,
|
||
'license2.bluesoleil.com' => true,
|
||
'license3.bluesoleil.com' => true,
|
||
'activation.phaseone.com' => true,
|
||
'apps.corel.com' => true,
|
||
'mc.corel.com' => true,
|
||
'origin-mc.corel.com' => true,
|
||
'iws.corel.com' => true,
|
||
'ipm.corel.com' => true,
|
||
'sws.corel.com' => true,
|
||
'dam.corel.com' => true,
|
||
'dbregistration.cuteftp.com' => true,
|
||
'activation.cyberlink.com' => true,
|
||
'cap.cyberlink.com' => true,
|
||
'activation.easeus.com' => true,
|
||
'upd.faronicslabs.com' => true,
|
||
'backup.lumion3d.com' => true,
|
||
'backup.lumion3d.net' => true,
|
||
'license.lumion3d.com' => true,
|
||
'license.lumion3d.net' => true,
|
||
'act2.mediafour.com' => true,
|
||
'sams.nikonimaging.com' => true,
|
||
'license.piriform.com' => true,
|
||
'www.bitsumactivationserver.com' => true,
|
||
'licensing.tableausoftware.com' => true,
|
||
'activation.cloud.techsmith.com' => true,
|
||
'updates-s3.binaryage.com' => true,
|
||
'reg.wisecleaner.com' => true,
|
||
);
|