mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2026-01-12 16:35:28 +08:00
fix #1097
This commit is contained in:
@@ -450,6 +450,7 @@ return [
|
||||
"dig.lianjia.com" => 0, // #1088
|
||||
"systeme.io" => 0, // #1089
|
||||
"tdid.m.qq.com" => 0, // #1092
|
||||
"analysis.windows.net" => 0, // #1097
|
||||
|
||||
// upstream-white-easylist 中选取的一些应放行域名
|
||||
"a1.itc.cn" => 0,
|
||||
|
||||
@@ -201,6 +201,7 @@ $ARR_WHITE_RULE_LIST = array(
|
||||
'@@||ad-block.dns.adguard.com^' => 1, // #1002
|
||||
'@@||app.powerbi.com^' => 1, // #1011
|
||||
'@@||tube.e.kuaishou.com^' => 1, // #1063
|
||||
'@@||analysis.windows.net^' => 1, // #1097
|
||||
);
|
||||
|
||||
//针对上游赦免规则anti-AD不予赦免的规则,即赦免名单的黑名单
|
||||
|
||||
@@ -285,6 +285,7 @@ $ARR_WHITE_RULE_LIST = array(
|
||||
'@@||app.powerbi.com^' => 1, // #1011
|
||||
'@@||tube.e.kuaishou.com^' => 1, // #1063
|
||||
'@@||widgets.wp.com^' => 1, // #1071
|
||||
'@@||analysis.windows.net^' => 1, // #1097
|
||||
);
|
||||
|
||||
//针对上游赦免规则anti-AD不予赦免的规则,即赦免名单的黑名单
|
||||
|
||||
Reference in New Issue
Block a user