mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-02-13 17:12:41 +08:00
update. #410
This commit is contained in:
parent
edc2f9a8ca
commit
8e1d2eb725
@ -1,5 +1,5 @@
|
||||
!Title: anti-AD
|
||||
!Version: 20210501104605
|
||||
!Version: 20210501114423
|
||||
!Homepage: https://github.com/privacy-protection-tools/anti-AD
|
||||
!Total lines: 38147
|
||||
||*.wap.xsbiquge.com^
|
||||
@ -75,7 +75,7 @@
|
||||
||vix.*.criteo.net^
|
||||
||vtnlog-*.elb.amazonaws.com^
|
||||
||ya*.dwstatic.com^
|
||||
||ad*.udn.com^$dnstype=~A
|
||||
||ad*.udn.com^$dnstype=A|CNAME
|
||||
||*.mgr.consensu.org^
|
||||
||vs*.gzcu.u3.ucweb.com^
|
||||
||ad*.goforandroid.com^
|
||||
@ -3290,7 +3290,7 @@
|
||||
||adversaldisplay.com^
|
||||
||adversalservers.com^
|
||||
||adverserve.net^
|
||||
/^(\S+\.)?advert/$dnstype=~A
|
||||
/^(\S+\.)?advert/$dnstype=~CNAME
|
||||
||advfeeds.com^
|
||||
||advg.jp^
|
||||
/^(\S+\.)?widgets?\./
|
||||
|
@ -21,7 +21,7 @@ define('WILDCARD_SRC', ROOT_DIR . 'origin-files/wildcard-src-easylist.txt');
|
||||
define('WHITERULE_SRC', ROOT_DIR . 'origin-files/whiterule-src-easylist.txt');
|
||||
|
||||
$ARR_MERGED_WILD_LIST = array(
|
||||
'ad*.udn.com$dnstype=~A' => null,
|
||||
'ad*.udn.com$dnstype=A|CNAME' => null,
|
||||
'*.mgr.consensu.org' => null,
|
||||
'vs*.gzcu.u3.ucweb.com' => null,
|
||||
'ad*.goforandroid.com' => null,
|
||||
@ -137,7 +137,7 @@ $ARR_MERGED_WILD_LIST = array(
|
||||
$ARR_REGEX_LIST = array(
|
||||
'/9377[a-z]{2}\.com$/' => null,
|
||||
'/^(\S+\.)?ad(s?[\d]+|m|s)?\./' => null,
|
||||
'/^(\S+\.)?advert/$dnstype=~A' => null, // TODO 覆盖面很大
|
||||
'/^(\S+\.)?advert/$dnstype=~CNAME' => null, // TODO 覆盖面很大
|
||||
'/^(\S+\.)?affiliat(es?[0-9a-z]*?|ion[0-9\-a-z]*?|ly[0-9a-z\-]*?)\./' => null, // fixed #406
|
||||
'/^(\S+\.)?s?metrics\./' => null, // TODO 覆盖面很大
|
||||
'/afgr[\d]{1,2}\.com$/' => null,
|
||||
|
Loading…
Reference in New Issue
Block a user