From 300db85ffc5116f8154ed9bf3e043162ee964c05 Mon Sep 17 00:00:00 2001 From: gently <1243610+gentlyxu@users.noreply.github.com> Date: Sun, 19 Dec 2021 10:43:17 +0800 Subject: [PATCH] update. fixed #527 --- scripts/tools/adguard-extend.php | 1 + scripts/tools/easylist-extend.php | 1 + 2 files changed, 2 insertions(+) diff --git a/scripts/tools/adguard-extend.php b/scripts/tools/adguard-extend.php index 33530921..55c798e8 100644 --- a/scripts/tools/adguard-extend.php +++ b/scripts/tools/adguard-extend.php @@ -195,6 +195,7 @@ $ARR_WHITE_RULE_LIST = array( '@@||track.aliexpress.com^' => 1, // #446 '@@||s.mvconf.f.360.cn^' => 1, // #462 '@@||api.huangye.miui.com^' => 1, // #476 + '@@||future.biz.weibo.com^' => 1, // #527 ); //针对上游赦免规则anti-AD不予赦免的规则,即赦免名单的黑名单 diff --git a/scripts/tools/easylist-extend.php b/scripts/tools/easylist-extend.php index 81ccb698..706f03a6 100644 --- a/scripts/tools/easylist-extend.php +++ b/scripts/tools/easylist-extend.php @@ -239,6 +239,7 @@ $ARR_WHITE_RULE_LIST = array( '@@||widget.1688.com^' => 1, // #469 '@@||api.huangye.miui.com^' => 1, // #476 '@@||ads.privacy.qq.com^' => 1, // #505 + '@@||future.biz.weibo.com^' => 1, // #527 ); //针对上游赦免规则anti-AD不予赦免的规则,即赦免名单的黑名单