From cf4b99e59bc53419c04739b121a630646ed1c79f Mon Sep 17 00:00:00 2001 From: gently Date: Thu, 26 Dec 2019 19:09:09 +0800 Subject: [PATCH] update list --- lib/black_domain_list.php | 19 +++++++++++++++++++ tools/easylist-extend.php | 1 + 2 files changed, 20 insertions(+) diff --git a/lib/black_domain_list.php b/lib/black_domain_list.php index 6e0c01d7..d1abef35 100644 --- a/lib/black_domain_list.php +++ b/lib/black_domain_list.php @@ -109,6 +109,25 @@ return array( 'ad.xiaomi.com', 'admob.xiaomi.com', ), + 'zhihu.com' => array( + 'lc-push.zhihu.com', + 'sugar.zhihu.com', + 'appcloud2.in.zhihu.com', + 'appcloud2.zhihu.com', + 'zhihu-web-analytics.zhihu.com', + + ), + 'crashlytics.com' => array( + 'crashlytics.com' + ), + 'musical.ly' => array( + 'log2.musical.ly', + 'log.musical.ly', + ), + 'adjust.com' => array( + 'adjust.com' + ), + 'miui.com' => array('hot.browser.intl.miui.com', 'adv.sec.intl.miui.com'), 'yuncheapp.cn' => array('client-log.yuncheapp.cn'), 'mop.com' => array('motionlog.mop.com', 'ydadyunkong.mop.com', 'log.mop.com'), diff --git a/tools/easylist-extend.php b/tools/easylist-extend.php index ee55636e..94acf059 100644 --- a/tools/easylist-extend.php +++ b/tools/easylist-extend.php @@ -45,6 +45,7 @@ $ARR_MERGED_WILD_LIST = array( 'gg*.51cto.com' => null, 'log.*.hunantv.com' => null, '*.log.hunantv.com' => null, + 'iflyad.*.openstorage.cn' => null, ); if(PHP_SAPI != 'cli'){