update. fixed #406

This commit is contained in:
gently 2021-04-26 20:50:31 +08:00
parent d2b6ac0587
commit 5ac0320b1e
3 changed files with 8 additions and 5 deletions

View File

@ -1,7 +1,7 @@
!Title: anti-AD !Title: anti-AD
!Version: 20210426021811 !Version: 20210426204946
!Homepage: https://github.com/privacy-protection-tools/anti-AD !Homepage: https://github.com/privacy-protection-tools/anti-AD
!Total lines: 38312 !Total lines: 38315
||*.wap.xsbiquge.com^ ||*.wap.xsbiquge.com^
||*serror*.wo.com.cn^ ||*serror*.wo.com.cn^
||201*.myhard.com^ ||201*.myhard.com^
@ -3487,7 +3487,10 @@
||affilae.com^ ||affilae.com^
||affilbox.cz^ ||affilbox.cz^
||affili.st^ ||affili.st^
/^(\S+\.)?affiliat/ ||affiliate-b.com^
||affiliate-robot.com^
/^(\S+\.)?affiliat(es?[0-9a-z]*?|ion[0-9\-a-z]*?|ly[0-9a-z\-]*?)\./
||imp.affiliator.com^
||affiliaxe.com^ ||affiliaxe.com^
||affiliclk.org^ ||affiliclk.org^
||affiligay.net^ ||affiligay.net^

View File

@ -1 +1 @@
24125efea053c12f0d31a7b38a4a6944 8e70b5615db2d30ed3f6a078ec783bcd

View File

@ -130,7 +130,7 @@ $ARR_REGEX_LIST = array(
'/9377[a-z]{2}\.com$/' => null, '/9377[a-z]{2}\.com$/' => null,
'/^(\S+\.)?ad(s?[\d]+|m|s)?\./' => null, '/^(\S+\.)?ad(s?[\d]+|m|s)?\./' => null,
'/^(\S+\.)?advert/' => null, // TODO 覆盖面很大 '/^(\S+\.)?advert/' => null, // TODO 覆盖面很大
'/^(\S+\.)?affiliat/' => null, // TODO 覆盖面很大 '/^(\S+\.)?affiliat(es?[0-9a-z]*?|ion[0-9\-a-z]*?|ly[0-9a-z\-]*?)\./' => null, // fixed #406
'/^(\S+\.)?s?metrics\./' => null, // TODO 覆盖面很大 '/^(\S+\.)?s?metrics\./' => null, // TODO 覆盖面很大
// '/^(\S+\.)?affiliat(es|ion|e)\./' => null, // '/^(\S+\.)?affiliat(es|ion|e)\./' => null,
'/afgr[\d]{1,2}\.com$/' => null, '/afgr[\d]{1,2}\.com$/' => null,