update regular expressions

This commit is contained in:
gently 2020-01-19 15:09:14 +08:00
parent 6c1e97994e
commit 37cc1cb056

View File

@ -73,11 +73,10 @@ $ARR_REGEX_LIST = array(
'/^pixels?\./' => null,
'/^syma[a-z]\.cn$/' => null,
'/^widgets?\./' => null,
'/^webstats?\./' => null,
'/^(web)?stats?\./' => null,
'/^track(er|ing)?\./' => null,
'/^tongji\./' => null,
'/^toolbar\./' => null,
'/^stats?\./' => null,
'/^adservice\.google\./' => null,
);