diff --git a/scripts/lib/white_domain_list.php b/scripts/lib/white_domain_list.php index 39852bdf..dd4a18b9 100644 --- a/scripts/lib/white_domain_list.php +++ b/scripts/lib/white_domain_list.php @@ -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小游戏 diff --git a/scripts/tools/easylist-extend.php b/scripts/tools/easylist-extend.php index 55060f43..01887c41 100644 --- a/scripts/tools/easylist-extend.php +++ b/scripts/tools/easylist-extend.php @@ -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 );