From dfcb94b1d2eecb18484ff331e08634a6276a7722 Mon Sep 17 00:00:00 2001 From: MkQtS <81752398+MkQtS@users.noreply.github.com> Date: Sun, 1 Dec 2024 21:34:04 +0800 Subject: [PATCH] fix #993 --- 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 4e41fe97..664c012f 100644 --- a/scripts/tools/adguard-extend.php +++ b/scripts/tools/adguard-extend.php @@ -200,6 +200,7 @@ $ARR_WHITE_RULE_LIST = array( '@@||ads.privacy.qq.com^' => 1, // #546 '@@||rocket.chat^' => 1, // #957 '@@||usageapi.*.oraclecloud.com^' => 1, // #961 + '@@||download.falco.org^' => 1, // #993 ); //针对上游赦免规则anti-AD不予赦免的规则,即赦免名单的黑名单 diff --git a/scripts/tools/easylist-extend.php b/scripts/tools/easylist-extend.php index 8ec5cc1e..4fc02fbe 100644 --- a/scripts/tools/easylist-extend.php +++ b/scripts/tools/easylist-extend.php @@ -283,6 +283,7 @@ $ARR_WHITE_RULE_LIST = array( '@@||rocket.chat^' => 1, // #957 '@@||usageapi.*.oraclecloud.com^' => 1, // #961 '@@||track.vontron.com^' => 1, // #985 + '@@||download.falco.org^' => 1, // #993 ); //针对上游赦免规则anti-AD不予赦免的规则,即赦免名单的黑名单