mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-02-13 17:12:41 +08:00
update regular expressions
This commit is contained in:
parent
166c85a223
commit
75cf3533e9
@ -1,4 +1,4 @@
|
||||
#TIME=20200117104224
|
||||
#TIME=20200117104851
|
||||
#URL=https://github.com/privacy-protection-tools/anti-AD
|
||||
address=/0024aaaa.com/
|
||||
address=/0026645142c89aeb1.com/
|
||||
|
@ -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^
|
||||
|
@ -1,4 +1,4 @@
|
||||
#TIME=20200117104224
|
||||
#TIME=20200117104851
|
||||
#URL=https://github.com/privacy-protection-tools/anti-AD
|
||||
[RULE]
|
||||
DOMAIN-SUFFIX,0024aaaa.com,REJECT
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user