mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-01-22 22:39:16 +08:00
白名单,修复360下载
This commit is contained in:
parent
73f30c6ff2
commit
75a84c6084
@ -80,6 +80,7 @@ return array(
|
||||
'adm.10jqka.com.cn' => 0, //修复同花顺的tips异常
|
||||
'cps.kaola.com' => 0, //考拉的cps,放行
|
||||
'iteye.com' => 0, //某编程网站
|
||||
'dl.360safe.com' => 0, //360驱动下载
|
||||
// 'sf6-ttcdn-tos.pstatp.com' =>0, //字节跳动某CDN
|
||||
// 'sf1-ttcdn-tos.pstatp.com' =>0, //字节跳动某CDN
|
||||
// 'sf3-ttcdn-tos.pstatp.com' =>0, //字节跳动某CDN
|
||||
|
@ -93,12 +93,11 @@ $ARR_WHITE_RULE_LIST = array(
|
||||
'@@||*push-apple.com.akadns.net^' => 1, //强制加白, 苹果推送2.courier-push-apple.com.akadns.net
|
||||
'@@||tracking.epicgames.com^' => 0,
|
||||
'@@||tracker.eu.org^' => 1, //强制加白,BT tracker,有形如2.tracker.eu.org的域
|
||||
// '@@||1.itzmx.com^' => 0, //PT tracker
|
||||
'@@||stats.uptimerobot.com^' => 0, //uptimerobot监测相关
|
||||
// '@@||2.taobao.com^' => 1, //闲鱼
|
||||
'@@||track.sendcloud.org^' => 0, //邮件退订域名
|
||||
'@@||log.mmstat.com^' => 0, //修复优酷视频显示禁用了cookie
|
||||
'@@||adm.10jqka.com.cn^' => 0, //同花顺
|
||||
'@@||center-h5api.m.taobao.com^' => 1, //h5页面
|
||||
);
|
||||
|
||||
//针对上游赦免规则anti-AD不予赦免的规则,即赦免名单的黑名单
|
||||
|
Loading…
Reference in New Issue
Block a user