This commit is contained in:
gentlyxu 2024-04-21 14:49:48 +08:00
parent f53712e06c
commit 2659c57bbe
2 changed files with 2 additions and 0 deletions

View File

@ -426,6 +426,7 @@ return [
"audid-api.taobao.com" => 0, // #906
"m.intl.taobao.com" => 0, // #907
"ads.cdn.tvb.com" => 0, // #911
"ads.console.aliyun.com" => 0, // #912
"iflow.uczzd.cn" => 0, // uc搞笑段子
"m.uczzd.cn" => 0, // uc搞笑段子
"puds.ucweb.com" => 0, // uc小游戏

View File

@ -277,6 +277,7 @@ $ARR_WHITE_RULE_LIST = array(
'@@||api.ads.tvb.com^' => 1, // #911
'@@||img.ads.tvb.com^' => 1, // #911
'@@||ads.cdn.tvb.com^' => 1, // #911
'@@||ads.console.aliyun.com^' => 1, // #912
);