fix URL-REGEX

pull/64/merge
lhie1 7 years ago
parent c79384c3c2
commit b29fa5577f

@ -28,7 +28,7 @@ IP-CIDR,121.12.108.95/32,REJECT,no-resolve
IP-CIDR,121.12.108.96/32,REJECT,no-resolve
IP-CIDR,182.247.240.42/32,REJECT,no-resolve
URL-REGEX,*/videos/other/*,REJECT
URL-REGEX,^https?://.+/videos/other/.+,REJECT
// Hunan TV
DOMAIN-SUFFIX,click.hunantv.com,REJECT
@ -622,8 +622,8 @@ DOMAIN-SUFFIX,wm.baidu.com,REJECT
DOMAIN-SUFFIX,wn.pos.baidu.com,REJECT
DOMAIN-SUFFIX,znsv.baidu.com,REJECT
URL-REGEX,api\d\.tuisong\.baidu\.com,REJECT
URL-REGEX,sa\d\.tuisong\.baidu\.com,REJECT
URL-REGEX,^https?://api\d\.tuisong\.baidu\.com,REJECT
URL-REGEX,^https?://sa\d\.tuisong\.baidu\.com,REJECT
// Book
DOMAIN-SUFFIX,70e.com,REJECT
@ -831,8 +831,8 @@ DOMAIN-SUFFIX,jebe.renren.com,REJECT
DOMAIN-SUFFIX,jebe.xnimg.cn,REJECT
// Sendanywhere
URL-REGEX,http:\/\/notice\.send-anywhere\.com\/banner,REJECT
URL-REGEX,http:\/\/\w+\.cloudfront\.net\/banner,REJECT
URL-REGEX,^https?://notice\.send-anywhere\.com\/banner,REJECT
URL-REGEX,^https?://\w+\.cloudfront\.net\/banner,REJECT
// Sina
DOMAIN-SUFFIX,2016.sina.cn,REJECT
@ -921,11 +921,11 @@ DOMAIN-SUFFIX,zc.biz.weibo.com,REJECT
DOMAIN-SUFFIX,zymo.mps.weibo.com,REJECT
URL-REGEX,ad\d\.sina\.com,REJECT
URL-REGEX,ad\d\.sina\.com.cn,REJECT
URL-REGEX,d\d\.sina\.com\.cn,REJECT
URL-REGEX,d\d\.sinaimg\.cn,REJECT
URL-REGEX,sax\d\.sina\.com\.cn,REJECT
URL-REGEX,^https?://ad\d\.sina\.com,REJECT
URL-REGEX,^https?://ad\d\.sina\.com.cn,REJECT
URL-REGEX,^https?://d\d\.sina\.com\.cn,REJECT
URL-REGEX,^https?://d\d\.sinaimg\.cn,REJECT
URL-REGEX,^https?://sax\d\.sina\.com\.cn,REJECT
// Sogou
DOMAIN-SUFFIX,123.sogou.com,REJECT
@ -1090,9 +1090,9 @@ DOMAIN-SUFFIX,ws.sj.qq.com,REJECT
DOMAIN-SUFFIX,wxsnsdy.tc.qq.com,REJECT
DOMAIN-SUFFIX,wxsnsdy.video.qq.com,REJECT
URL-REGEX,*\.beacon\.qq\.com,REJECT
URL-REGEX,*\.gdt\.qq\.com,REJECT
URL-REGEX,*\.l\.qq\.com,REJECT
URL-REGEX,^https?://.+\.beacon\.qq\.com,REJECT
URL-REGEX,^https?://.+\.gdt\.qq\.com,REJECT
URL-REGEX,^https?://.+\.l\.qq\.com,REJECT
// Tianya
DOMAIN-SUFFIX,801.tianya.cn,REJECT

Loading…
Cancel
Save