diff --git a/adblock-for-dnsmasq.conf b/adblock-for-dnsmasq.conf index eafbcd51..8cf985c6 100644 --- a/adblock-for-dnsmasq.conf +++ b/adblock-for-dnsmasq.conf @@ -1,7 +1,7 @@ #TITLE=anti-AD -#VER=20200223131659 +#VER=20200224063014 #URL=https://github.com/privacy-protection-tools/anti-AD -#TOTAL_LINES=32382 +#TOTAL_LINES=32393 address=/0024aaaa.com/ address=/0026645142c89aeb1.com/ address=/003store.com/ @@ -11477,7 +11477,18 @@ address=/gjghy.com/ address=/gjijrevdp.com/ address=/gjkpo.com/ address=/gjmlseezqjy.com/ -address=/mmstat.com/ +address=/gj.mmstat.com/ +address=/oneid.mmstat.com/ +address=/ac.mmstat.com/ +address=/cnzz.mmstat.com/ +address=/gm.mmstat.com/ +address=/go.mmstat.com/ +address=/gxb.mmstat.com/ +address=/hz.mmstat.com/ +address=/p3p.mmstat.com/ +address=/res.mmstat.com/ +address=/wgo.mmstat.com/ +address=/yt.mmstat.com/ address=/gjnusfiby.com/ address=/gjproyrwjv.com/ address=/gjqbidroh.com/ diff --git a/anti-ad-domains.txt b/anti-ad-domains.txt index 34bb390e..f8cbc997 100644 --- a/anti-ad-domains.txt +++ b/anti-ad-domains.txt @@ -1,7 +1,7 @@ #TITLE=anti-AD -#VER=20200223131659 +#VER=20200224063014 #URL=https://github.com/privacy-protection-tools/anti-AD -#TOTAL_LINES=37003 +#TOTAL_LINES=37001 0024aaaa.com 0026645142c89aeb1.com 003store.com @@ -13386,7 +13386,6 @@ gjijrevdp.com gjkpo.com gjmlseezqjy.com gj.mmstat.com -mmstat.com oneid.mmstat.com ac.mmstat.com cnzz.mmstat.com @@ -13394,7 +13393,6 @@ gm.mmstat.com go.mmstat.com gxb.mmstat.com hz.mmstat.com -log.mmstat.com p3p.mmstat.com res.mmstat.com wgo.mmstat.com diff --git a/anti-ad-easylist.txt b/anti-ad-easylist.txt index ee367571..22fc4dde 100644 --- a/anti-ad-easylist.txt +++ b/anti-ad-easylist.txt @@ -1,7 +1,7 @@ !TITLE=anti-AD -!VER=20200223131659 +!VER=20200224063014 !URL=https://github.com/privacy-protection-tools/anti-AD -!TOTAL_LINES=31200 +!TOTAL_LINES=31201 ||201*.myhard.com^ ||8*.tianya.cn^ ||a*.chajiaotong.com^ @@ -113,6 +113,7 @@ ||admob.*^ ||*log.droid4x.cn^ ||*tsdk.vivo.com.cn^ +||*.mmstat.com^ ||0024aaaa.com^ ||0026645142c89aeb1.com^ ||003store.com^ @@ -11097,7 +11098,6 @@ ||gjijrevdp.com^ ||gjkpo.com^ ||gjmlseezqjy.com^ -||mmstat.com^ ||gjnusfiby.com^ ||gjproyrwjv.com^ ||gjqbidroh.com^ @@ -31202,3 +31202,4 @@ @@||tracker.eu.org^ @@||stats.uptimerobot.com^ @@||track.sendcloud.org^ +@@||log.mmstat.com^ diff --git a/anti-ad-surge.txt b/anti-ad-surge.txt index 8272daf6..23a56538 100644 --- a/anti-ad-surge.txt +++ b/anti-ad-surge.txt @@ -1,7 +1,7 @@ #TITLE=anti-AD -#VER=20200223131659 +#VER=20200224063014 #URL=https://github.com/privacy-protection-tools/anti-AD -#TOTAL_LINES=32382 +#TOTAL_LINES=32393 DOMAIN-SUFFIX,0024aaaa.com DOMAIN-SUFFIX,0026645142c89aeb1.com DOMAIN-SUFFIX,003store.com @@ -11477,7 +11477,18 @@ DOMAIN-SUFFIX,gjghy.com DOMAIN-SUFFIX,gjijrevdp.com DOMAIN-SUFFIX,gjkpo.com DOMAIN-SUFFIX,gjmlseezqjy.com -DOMAIN-SUFFIX,mmstat.com +DOMAIN-SUFFIX,gj.mmstat.com +DOMAIN-SUFFIX,oneid.mmstat.com +DOMAIN-SUFFIX,ac.mmstat.com +DOMAIN-SUFFIX,cnzz.mmstat.com +DOMAIN-SUFFIX,gm.mmstat.com +DOMAIN-SUFFIX,go.mmstat.com +DOMAIN-SUFFIX,gxb.mmstat.com +DOMAIN-SUFFIX,hz.mmstat.com +DOMAIN-SUFFIX,p3p.mmstat.com +DOMAIN-SUFFIX,res.mmstat.com +DOMAIN-SUFFIX,wgo.mmstat.com +DOMAIN-SUFFIX,yt.mmstat.com DOMAIN-SUFFIX,gjnusfiby.com DOMAIN-SUFFIX,gjproyrwjv.com DOMAIN-SUFFIX,gjqbidroh.com diff --git a/lib/black_domain_list.php b/lib/black_domain_list.php index ef4b36c6..aa951ff3 100644 --- a/lib/black_domain_list.php +++ b/lib/black_domain_list.php @@ -99,7 +99,6 @@ return array( 'appjiagu.com' => array('appjiagu.com'), 'amazon-adsystem.com' => array('amazon-adsystem.com'), 'adnxs.com' => array('adnxs.com'), - 'mmstat.com' => array('mmstat.com'), 'linezing.com' => array('linezing.com'), 'atdmt.com' => array('atdmt.com'), 'flurry.com' => array('flurry.com'), diff --git a/lib/white_domain_list.php b/lib/white_domain_list.php index aae9f3be..f8ec2adc 100644 --- a/lib/white_domain_list.php +++ b/lib/white_domain_list.php @@ -75,6 +75,8 @@ return array( 'v.smtcdns.net' => 0, //影响部分B站直播 'gameone.com' => 0, //影响部分B站直播 'ultraiso.net' => 1, //软碟通官网 + 'mmstat.com' => 0, //修复优酷视频显示禁用了cookie + 'log.mmstat.com' => 0, //修复优酷视频显示禁用了cookie 'herokuapp.com' => -1, diff --git a/tools/easylist-extend.php b/tools/easylist-extend.php index 212908a4..6c9de8c7 100644 --- a/tools/easylist-extend.php +++ b/tools/easylist-extend.php @@ -63,7 +63,7 @@ $ARR_MERGED_WILD_LIST = array( 'admob.*' => null, '*log.droid4x.cn' => null, '*tsdk.vivo.com.cn' => null, - + '*.mmstat.com' => null, ); $ARR_REGEX_LIST = array( @@ -97,6 +97,7 @@ $ARR_WHITE_RULE_LIST = array( '@@||stats.uptimerobot.com^' => 0, //uptimerobot监测相关 // '@@||2.taobao.com^' => 1, //闲鱼 '@@||track.sendcloud.org^' => 0, //邮件退订域名 + '@@||log.mmstat.com^' => 0, //修复优酷视频显示禁用了cookie ); //针对上游赦免规则anti-AD不予赦免的规则,即赦免名单的黑名单