This commit is contained in:
gently 2021-05-01 11:44:57 +08:00
parent edc2f9a8ca
commit 8e1d2eb725
2 changed files with 5 additions and 5 deletions

View File

@ -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?\./

View File

@ -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,