update whitelist. fixed #206, fixed #207

This commit is contained in:
gently 2020-08-02 21:26:13 +08:00
parent 0da85e872b
commit 67a891a5c0
2 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,7 @@
!TITLE=anti-AD !TITLE=anti-AD
!VER=20200802103939 !VER=20200802211820
!URL=https://github.com/privacy-protection-tools/anti-AD !URL=https://github.com/privacy-protection-tools/anti-AD
!TOTAL_LINES=34811 !TOTAL_LINES=34813
||*.wap.xsbiquge.com^ ||*.wap.xsbiquge.com^
||*serror*.wo.com.cn^ ||*serror*.wo.com.cn^
||201*.myhard.com^ ||201*.myhard.com^
@ -34790,6 +34790,7 @@
@@||ads.tiktok.com^ @@||ads.tiktok.com^
@@||ads.ultimatesurrender.com^ @@||ads.ultimatesurrender.com^
@@||advert.kf5.com^ @@||advert.kf5.com^
@@||api.ad-gone.com^
@@||api.ads.tvb.com^ @@||api.ads.tvb.com^
@@||img.ads.tvb.com^ @@||img.ads.tvb.com^
@@||widget.clipix.com^ @@||widget.clipix.com^
@ -34813,3 +34814,4 @@
@@||stats.gov.cn^ @@||stats.gov.cn^
@@||tj.gov.cn^ @@||tj.gov.cn^
@@||sax.sina.com.cn^ @@||sax.sina.com.cn^
@@||news-app.abumedia.yql.yahoo.com^

View File

@ -144,6 +144,8 @@ $ARR_WHITE_RULE_LIST = array(
'@@||stats.gov.cn^' => 1, // 国家统计局 #144 '@@||stats.gov.cn^' => 1, // 国家统计局 #144
'@@||tj.gov.cn^' => 1, '@@||tj.gov.cn^' => 1,
'@@||sax.sina.com.cn^' => 1, // #155 '@@||sax.sina.com.cn^' => 1, // #155
'@@||api.ad-gone.com^' => 1, // #207
'@@||news-app.abumedia.yql.yahoo.com^' => 1, // #206
); );
//针对上游赦免规则anti-AD不予赦免的规则即赦免名单的黑名单 //针对上游赦免规则anti-AD不予赦免的规则即赦免名单的黑名单