From d796c94ffce4b98c93f7e11aa1d61386efa337dd Mon Sep 17 00:00:00 2001 From: gently <1243610+gentlyxu@users.noreply.github.com> Date: Tue, 27 Apr 2021 22:11:27 +0800 Subject: [PATCH] update fixed #407 --- adblock-for-dnsmasq.conf | 2 +- anti-ad-clash.yaml | 2 +- anti-ad-domains.txt | 2 +- anti-ad-easylist.txt | 5 +++-- anti-ad-easylist.txt.md5 | 2 +- anti-ad-smartdns.conf | 2 +- anti-ad-surge.txt | 2 +- anti-ad-surge2.txt | 2 +- scripts/tools/easylist-extend.php | 1 + 9 files changed, 11 insertions(+), 9 deletions(-) diff --git a/adblock-for-dnsmasq.conf b/adblock-for-dnsmasq.conf index 458d83f8..840c09c7 100644 --- a/adblock-for-dnsmasq.conf +++ b/adblock-for-dnsmasq.conf @@ -1,5 +1,5 @@ #TITLE=anti-AD -#VER=20210426021811 +#VER=20210427221059 #URL=https://github.com/privacy-protection-tools/anti-AD #TOTAL_LINES=41229 address=/00-gov.cn/ diff --git a/anti-ad-clash.yaml b/anti-ad-clash.yaml index 6737c9a8..26ea1b9b 100644 --- a/anti-ad-clash.yaml +++ b/anti-ad-clash.yaml @@ -1,5 +1,5 @@ #TITLE=anti-AD -#VER=20210426021812 +#VER=20210427221059 #URL=https://github.com/privacy-protection-tools/anti-AD #TOTAL_LINES=41229 diff --git a/anti-ad-domains.txt b/anti-ad-domains.txt index 6fd0ae70..03e2d1c6 100644 --- a/anti-ad-domains.txt +++ b/anti-ad-domains.txt @@ -1,5 +1,5 @@ #TITLE=anti-AD -#VER=20210426021812 +#VER=20210427221059 #URL=https://github.com/privacy-protection-tools/anti-AD #TOTAL_LINES=47439 00-gov.cn diff --git a/anti-ad-easylist.txt b/anti-ad-easylist.txt index e3473d57..17005a54 100644 --- a/anti-ad-easylist.txt +++ b/anti-ad-easylist.txt @@ -1,7 +1,7 @@ !Title: anti-AD -!Version: 20210426204946 +!Version: 20210427221059 !Homepage: https://github.com/privacy-protection-tools/anti-AD -!Total lines: 38315 +!Total lines: 38316 ||*.wap.xsbiquge.com^ ||*serror*.wo.com.cn^ ||201*.myhard.com^ @@ -38317,3 +38317,4 @@ @@||ad.cityu.edu.hk^ @@||edge-enterprise.activity.windows.com^ @@||edge.activity.windows.com^ +@@||tracking-protection.cdn.mozilla.net^ diff --git a/anti-ad-easylist.txt.md5 b/anti-ad-easylist.txt.md5 index 521e578f..856b8525 100644 --- a/anti-ad-easylist.txt.md5 +++ b/anti-ad-easylist.txt.md5 @@ -1 +1 @@ -8e70b5615db2d30ed3f6a078ec783bcd \ No newline at end of file +71abe59cd45f7e1385beaa9981de9dbd \ No newline at end of file diff --git a/anti-ad-smartdns.conf b/anti-ad-smartdns.conf index a26a1861..78d812d7 100644 --- a/anti-ad-smartdns.conf +++ b/anti-ad-smartdns.conf @@ -1,5 +1,5 @@ #TITLE=anti-AD for SmartDNS -#VER=20210426021812 +#VER=20210427221059 #URL=https://github.com/privacy-protection-tools/anti-AD #TOTAL_LINES=41229 address /00-gov.cn/# diff --git a/anti-ad-surge.txt b/anti-ad-surge.txt index 96df8992..1840c7e3 100644 --- a/anti-ad-surge.txt +++ b/anti-ad-surge.txt @@ -1,5 +1,5 @@ #TITLE=anti-AD -#VER=20210426021811 +#VER=20210427221059 #URL=https://github.com/privacy-protection-tools/anti-AD #TOTAL_LINES=41229 DOMAIN-SUFFIX,00-gov.cn diff --git a/anti-ad-surge2.txt b/anti-ad-surge2.txt index dae99d71..8a5215b7 100644 --- a/anti-ad-surge2.txt +++ b/anti-ad-surge2.txt @@ -1,5 +1,5 @@ #TITLE=anti-AD -#VER=20210426021812 +#VER=20210427221059 #URL=https://github.com/privacy-protection-tools/anti-AD #TOTAL_LINES=41229 diff --git a/scripts/tools/easylist-extend.php b/scripts/tools/easylist-extend.php index 87759d08..abe39b30 100644 --- a/scripts/tools/easylist-extend.php +++ b/scripts/tools/easylist-extend.php @@ -214,6 +214,7 @@ $ARR_WHITE_RULE_LIST = array( '@@||ad.cityu.edu.hk^' => 1, // #398 '@@||edge-enterprise.activity.windows.com^' => 1, // #401 '@@||edge.activity.windows.com^' => 1, // #401 + '@@||tracking-protection.cdn.mozilla.net^' => 1, // #407 );