mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-02-13 17:12:41 +08:00
修复匹配的bug
This commit is contained in:
parent
18b2a9e5de
commit
1b4f6a5248
@ -1,7 +1,7 @@
|
||||
!Title: anti-AD
|
||||
!Version: 20210501151110
|
||||
!Version: 20210501152112
|
||||
!Homepage: https://github.com/privacy-protection-tools/anti-AD
|
||||
!Total lines: 38073
|
||||
!Total lines: 38059
|
||||
||00-gov.cn^
|
||||
||kwcdn.000dn.com^
|
||||
||kwcscdn.000dn.com^
|
||||
@ -962,7 +962,6 @@
|
||||
||3lift.com^
|
||||
||3lr67y45.com^
|
||||
||engage.3m*^
|
||||
||info.engage.3m.com^
|
||||
||engageru.3mrussia.ru^
|
||||
||engageru2.3mrussia.ru^
|
||||
||3munion.net^
|
||||
@ -2943,7 +2942,6 @@
|
||||
||adsfundi.com^
|
||||
||adsfuse.com^
|
||||
||adsgangsta.com^
|
||||
||tags2.adshell.net^
|
||||
||adsiduous.com^
|
||||
||adsignals.com^
|
||||
||adsimilis.com^
|
||||
@ -10762,7 +10760,6 @@
|
||||
||domnlk.com^
|
||||
||secure.info.domo.com^
|
||||
||domob*.*^
|
||||
||sm.domobcdn.com^
|
||||
||domodomain.com^
|
||||
||tr.notification-gdpr.domofinance.fr^
|
||||
||domparce.pro^
|
||||
@ -11089,7 +11086,6 @@
|
||||
||v2.fm.n.duokanbox.com^
|
||||
||duomai.com^
|
||||
||duomeng*.*^
|
||||
||e.duomeng.org^
|
||||
||duomilm.com^
|
||||
||duoroumao.cn^
|
||||
||wl.duoshitong.com^
|
||||
@ -19662,7 +19658,6 @@
|
||||
||liangziweixg.com^
|
||||
||lianka.cn^
|
||||
||lianle.com^
|
||||
||img3.lianmengma.com^
|
||||
||liantmartier.info^
|
||||
||lianwangtech.com^
|
||||
||lianyicq.cn^
|
||||
@ -21531,7 +21526,6 @@
|
||||
||gg.miued.com^
|
||||
||ccc.sys.miui.com^
|
||||
||browser.miui.com^
|
||||
||info.analysis.kp.sec.miui.com^
|
||||
||logupdate.avlyun.sec.miui.com^
|
||||
||sa.api.intl.miui.com^
|
||||
||xlmc.sec.miui.com^
|
||||
@ -33954,9 +33948,7 @@
|
||||
||veduy.com^
|
||||
||k.veepee.it^
|
||||
||veewakim.net^
|
||||
||vgo.vegaoo.it^
|
||||
||vgo.vegaoo.nl^
|
||||
||vgo.vegaooparty.com^
|
||||
||vegaoo*.*^
|
||||
||vegaschina.cn^
|
||||
||feedback.vegasgoldenknights.com^
|
||||
||vehemenceclung.com^
|
||||
@ -33981,13 +33973,7 @@
|
||||
||venonita.com^
|
||||
||venotrouble.biz^
|
||||
||ea.venta-unica.com^
|
||||
||ea.vente-unique.be^
|
||||
||ea.vente-unique.ch^
|
||||
||ea.vente-unique.com^
|
||||
||guq9.vente-unique.it^
|
||||
||dko.vente-unique.nl^
|
||||
||nlf6.vente-unique.pl^
|
||||
||tdf1.vente-unique.pt^
|
||||
||vente-unique.*^
|
||||
||ventilatorvisitedgrain.com^
|
||||
||ventivmedia.com^
|
||||
||ventrequmus.com^
|
||||
|
@ -1 +1 @@
|
||||
27e7bebbea5d6645aaeefefa02ad421d
|
||||
5e1384b4873d4ff974184e4b8ed7908d
|
@ -352,7 +352,7 @@ while(!feof($src_fp)){
|
||||
$match_rule = str_replace(array('.', '*', '-'), array('\\.', '.*', '\\-'), $core_str);
|
||||
}
|
||||
|
||||
if(preg_match("/\|${match_rule}/", $row)){
|
||||
if(preg_match("/\|(\S+\.)?${match_rule}/", $row)){
|
||||
if(!array_key_exists($core_str, $wrote_wild)){
|
||||
if(count($arr_wild_sub) > 1){
|
||||
$written_size += fwrite($new_fp, "||${arr_wild_sub[0]}^\$${arr_wild_sub[1]}\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user