mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-01-22 22:39:16 +08:00
64 lines
2.1 KiB
PHP
64 lines
2.1 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互联
|
|
'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,
|
|
'track.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,
|
|
'binaryage-leechgate.herokuapp.com' => true,
|
|
'updates-s3.binaryage.com' => true,
|
|
'reg.wisecleaner.com' => true,
|
|
'cbs.wondershare.com' => true,
|
|
);
|