update rules

This commit is contained in:
gently 2020-02-12 11:28:56 +08:00
parent e107dee976
commit d4ea2fa832
5 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
#VER=20200211100531
#VER=20200212032819
#URL=https://github.com/privacy-protection-tools/anti-AD
#TOTAL_COUNT=31352
address=/0024aaaa.com/

View File

@ -1,4 +1,4 @@
#VER=20200211100532
#VER=20200212032819
#URL=https://github.com/privacy-protection-tools/anti-AD
#TOTAL_COUNT=35807
0024aaaa.com

View File

@ -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^

View File

@ -1,4 +1,4 @@
#VER=20200211100532
#VER=20200212032819
#URL=https://github.com/privacy-protection-tools/anti-AD
#TOTAL_COUNT=31352
DOMAIN-SUFFIX,0024aaaa.com

View File

@ -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,
);