From d4ea2fa8328e83cd6d100508c69a3fb212c8525f Mon Sep 17 00:00:00 2001 From: gently <1243610+gentlyxu@users.noreply.github.com> Date: Wed, 12 Feb 2020 11:28:56 +0800 Subject: [PATCH] update rules --- adblock-for-dnsmasq.conf | 2 +- anti-ad-domains.txt | 2 +- anti-ad-easylist.txt | 4 ++-- anti-ad-surge.txt | 2 +- tools/easylist-extend.php | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/adblock-for-dnsmasq.conf b/adblock-for-dnsmasq.conf index 11e9a507..2566d59f 100644 --- a/adblock-for-dnsmasq.conf +++ b/adblock-for-dnsmasq.conf @@ -1,4 +1,4 @@ -#VER=20200211100531 +#VER=20200212032819 #URL=https://github.com/privacy-protection-tools/anti-AD #TOTAL_COUNT=31352 address=/0024aaaa.com/ diff --git a/anti-ad-domains.txt b/anti-ad-domains.txt index 67d850ad..e16eb32e 100644 --- a/anti-ad-domains.txt +++ b/anti-ad-domains.txt @@ -1,4 +1,4 @@ -#VER=20200211100532 +#VER=20200212032819 #URL=https://github.com/privacy-protection-tools/anti-AD #TOTAL_COUNT=35807 0024aaaa.com diff --git a/anti-ad-easylist.txt b/anti-ad-easylist.txt index d92c2e22..57105416 100644 --- a/anti-ad-easylist.txt +++ b/anti-ad-easylist.txt @@ -1,5 +1,5 @@ !AdBlock-style blocklists -!VER=20200212100531 +!VER=20200212032819 !URL=https://github.com/privacy-protection-tools/anti-AD ||201*.myhard.com^ ||8*.tianya.cn^ @@ -30086,4 +30086,4 @@ @@||widget.myrentacar.me^ @@||tongji.*kuwo.cn^ @@||ntp.org^ -@@||push-apple.com.akadns.net^ +@@||*push-apple.com.akadns.net^ diff --git a/anti-ad-surge.txt b/anti-ad-surge.txt index aa49ce2f..d04373fb 100644 --- a/anti-ad-surge.txt +++ b/anti-ad-surge.txt @@ -1,4 +1,4 @@ -#VER=20200211100532 +#VER=20200212032819 #URL=https://github.com/privacy-protection-tools/anti-AD #TOTAL_COUNT=31352 DOMAIN-SUFFIX,0024aaaa.com diff --git a/tools/easylist-extend.php b/tools/easylist-extend.php index 3653d44e..14e8a160 100644 --- a/tools/easylist-extend.php +++ b/tools/easylist-extend.php @@ -91,7 +91,7 @@ $ARR_REGEX_LIST = array( $ARR_WHITE_RULE_LIST = array( '@@||tongji.*kuwo.cn^' => 0, '@@||ntp.org^' => 1, //针对上面正则表达式的一个赦免规则,例如:2.android.pool.ntp.org - '@@||push-apple.com.akadns.net^' => 1, //强制加白, 苹果推送2.courier-push-apple.com.akadns.net + '@@||*push-apple.com.akadns.net^' => 1, //强制加白, 苹果推送2.courier-push-apple.com.akadns.net '@@||tracking.epicgames.com' => 0, );