mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-02-02 11:43:00 +08:00
update blacklist.
This commit is contained in:
parent
58038a36e3
commit
a7805301ab
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -460,6 +460,25 @@ return array(
|
||||
'd8.mobaders.com',
|
||||
'd9.mobaders.com',
|
||||
),
|
||||
'61677.com' => array( //澳门新葡京
|
||||
'61677.com',
|
||||
'www.61677.com',
|
||||
),
|
||||
'111ol.com' => array(
|
||||
'111ol.com',
|
||||
'www.111ol.com',
|
||||
'111ol.111ol.com',
|
||||
),
|
||||
'61677c.com' => array(
|
||||
'61677c.com',
|
||||
),
|
||||
'www-61677.com' => array(
|
||||
'www-61677.com'
|
||||
),
|
||||
'11599jgj.com' => array(
|
||||
'11599jgj.com',
|
||||
'www.11599jgj.com'
|
||||
),
|
||||
|
||||
|
||||
|
||||
|
@ -85,6 +85,8 @@ $ARR_REGEX_LIST = array(
|
||||
'/delivery([0-9]{2}|dom|modo).com$/' => null,
|
||||
'/^(\S+\.)?[c-s]ads(abs|abz|ans|anz|ats|atz|del|ecs|ecz|ims|imz|ips|ipz|kis|kiz|oks|okz|one|pms|pmz)\.com/' => null,
|
||||
'/^(\S+\.)?(?!xn--)[^\.]{40,}\.[a-z]+(\.cn)?$/' => null, //超长域名
|
||||
'/^(\S+\.)?11599[0-9a-z]{2,20}\.com$/' => null, //"澳门新葡京"系列
|
||||
'/^(\S+\.)?61677[0-9a-z]{0,20}\.com$/' => null, //"澳门新葡京"系列
|
||||
// '/^(\S+\.)?(?=.*[a-f].*\.com$)(?=.*\d.*\.com$)[a-f0-9]{15,}\.com$/' => null,
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user