From 40bac8dc5da76bf38a031ee9fd12fdf411ae4923 Mon Sep 17 00:00:00 2001 From: MkQtS <81752398+MkQtS@users.noreply.github.com> Date: Sat, 14 Dec 2024 02:08:30 +0800 Subject: [PATCH] fix #1002 --- 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 664c012f..d7954206 100644 --- a/scripts/tools/adguard-extend.php +++ b/scripts/tools/adguard-extend.php @@ -201,6 +201,7 @@ $ARR_WHITE_RULE_LIST = array( '@@||rocket.chat^' => 1, // #957 '@@||usageapi.*.oraclecloud.com^' => 1, // #961 '@@||download.falco.org^' => 1, // #993 + '@@||ad-block.dns.adguard.com^' => 1, // #1002 ); //针对上游赦免规则anti-AD不予赦免的规则,即赦免名单的黑名单 diff --git a/scripts/tools/easylist-extend.php b/scripts/tools/easylist-extend.php index 4fc02fbe..de24538b 100644 --- a/scripts/tools/easylist-extend.php +++ b/scripts/tools/easylist-extend.php @@ -284,6 +284,7 @@ $ARR_WHITE_RULE_LIST = array( '@@||usageapi.*.oraclecloud.com^' => 1, // #961 '@@||track.vontron.com^' => 1, // #985 '@@||download.falco.org^' => 1, // #993 + '@@||ad-block.dns.adguard.com^' => 1, // #1002 ); //针对上游赦免规则anti-AD不予赦免的规则,即赦免名单的黑名单