mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-01-23 06:49:25 +08:00
update regular expressions
This commit is contained in:
parent
6c1e97994e
commit
37cc1cb056
@ -73,11 +73,10 @@ $ARR_REGEX_LIST = array(
|
|||||||
'/^pixels?\./' => null,
|
'/^pixels?\./' => null,
|
||||||
'/^syma[a-z]\.cn$/' => null,
|
'/^syma[a-z]\.cn$/' => null,
|
||||||
'/^widgets?\./' => null,
|
'/^widgets?\./' => null,
|
||||||
'/^webstats?\./' => null,
|
'/^(web)?stats?\./' => null,
|
||||||
'/^track(er|ing)?\./' => null,
|
'/^track(er|ing)?\./' => null,
|
||||||
'/^tongji\./' => null,
|
'/^tongji\./' => null,
|
||||||
'/^toolbar\./' => null,
|
'/^toolbar\./' => null,
|
||||||
'/^stats?\./' => null,
|
|
||||||
'/^adservice\.google\./' => null,
|
'/^adservice\.google\./' => null,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user