update regular expressions

This commit is contained in:
gently 2020-01-17 18:50:14 +08:00
parent 166c85a223
commit 75cf3533e9
4 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
#TIME=20200117104224
#TIME=20200117104851
#URL=https://github.com/privacy-protection-tools/anti-AD
address=/0024aaaa.com/
address=/0026645142c89aeb1.com/

View File

@ -1,4 +1,4 @@
!TIME=20200117104224
!TIME=20200117104851
!URL=https://github.com/privacy-protection-tools/anti-AD
||0024aaaa.com^
||0026645142c89aeb1.com^
@ -297,7 +297,7 @@
||r.mail.ru^
||rs.mail.ru^
||top-fwz1.mail.ru^
/^ad([0-9]|m|s)?\.[0-9a-z\.\-]+?(\.[a-z]+)?$/
/^ad([0-9]|m|s)?\./
||1lib.cn^
||1lo0.net^
||1loop.com^

View File

@ -1,4 +1,4 @@
#TIME=20200117104224
#TIME=20200117104851
#URL=https://github.com/privacy-protection-tools/anti-AD
[RULE]
DOMAIN-SUFFIX,0024aaaa.com,REJECT

View File

@ -63,7 +63,7 @@ $ARR_REGEX_LIST = array(
'/^9377[a-z]{2}\.com$/' => null,
// '/^[1-3]\.[0-9a-z\.\-]+\.(com|cn|net|org)$/' => null,
// '/^a1\.[0-9a-z\.]+\.(com|cn|org|net|me)$/' => null,
'/^ad([0-9]|m|s)?\.[0-9a-z\.\-]+?(\.[a-z]+)?$/' => null,
'/^ad([0-9]|m|s)?\./' => null,
'/^affiliat(es|ion|e)\./' => null,
'/^afgr[0-9]{1,2}\.com$/' => null,
'/^analytics(\-|\.)/' => null,