mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-02-02 11:43:00 +08:00
if domain name length more than 48....
This commit is contained in:
parent
8356ebc5c2
commit
8d8a3ae7c7
@ -84,6 +84,7 @@ $ARR_REGEX_LIST = array(
|
||||
'/^(\S+\.)?sax[0-9ns]?\.sina\.com\.cn/' => null,
|
||||
'/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+\.)?[^\.]{48,}\.[a-z]+(\.cn)?$/' => null,
|
||||
);
|
||||
|
||||
//对通配符匹配或正则匹配增加的额外赦免规则
|
||||
|
Loading…
Reference in New Issue
Block a user