mirror of
https://github.com/Giu-zhao/ios_rule_script
synced 2024-11-22 16:38:24 +08:00
增加丰巢更新拦截
This commit is contained in:
parent
b1db7ff32b
commit
871d14f749
@ -1,5 +1,7 @@
|
|||||||
# 嘀嗒出行去广告
|
# 嘀嗒出行
|
||||||
^https?:\/\/capis(-?\w*)?\.didapinche\.com\/ad\/ride\/detail\? url reject-dict
|
^https?:\/\/capis(-?\w*)?\.didapinche\.com\/ad\/ride\/detail\? url reject-dict
|
||||||
^https?:\/\/capis(-?\w*)?\.didapinche\.com\/ad\/event? url reject-dict
|
^https?:\/\/capis(-?\w*)?\.didapinche\.com\/ad\/event? url reject-dict
|
||||||
|
# 二柄
|
||||||
|
^https?:\/\/api-access\.pangolin-sdk-toutiao\.com\/api\/ad\/union\/sdk\/get_ads url reject-dict
|
||||||
|
|
||||||
hostname = capis*.didapinche.com,capis-*.didapinche.com
|
hostname = capis*.didapinche.com,capis-*.didapinche.com,api-access.pangolin-sdk-toutiao.com
|
@ -1,24 +1,26 @@
|
|||||||
# 美团外卖更新检查
|
# 美团
|
||||||
^https?:\/\/www\.meituan\.com\/api\/v\d\/appstatus\? url reject
|
^https?:\/\/www\.meituan\.com\/api\/v\d\/appstatus\? url reject
|
||||||
^https?:\/\/apimobile\.meituan\.com\/appupdate\/mach\/checkUpdate? url reject
|
^https?:\/\/apimobile\.meituan\.com\/appupdate\/mach\/checkUpdate? url reject
|
||||||
# Fa米家更新检查
|
# Fa米家
|
||||||
^https?:\/\/fmapp\.chinafamilymart\.com\.cn\/api\/app\/biz\/base\/appversion\/latest url reject
|
^https?:\/\/fmapp\.chinafamilymart\.com\.cn\/api\/app\/biz\/base\/appversion\/latest url reject
|
||||||
# 联享家更新检查
|
# 联享家
|
||||||
^https?:\/\/sso\.lxjapp\.com\/\/chims\/servlet\/csGetLatestSoftwareVersionServlet url reject-dict
|
^https?:\/\/sso\.lxjapp\.com\/\/chims\/servlet\/csGetLatestSoftwareVersionServlet url reject-dict
|
||||||
# 嘀嗒出行更新检查
|
# 嘀嗒出行
|
||||||
^https?:\/\/capis(-?\w*)?\.didapinche\.com\/publish\/api\/upgrade url reject-dict
|
^https?:\/\/capis(-?\w*)?\.didapinche\.com\/publish\/api\/upgrade url reject-dict
|
||||||
# 必胜客更新检查
|
# 必胜客
|
||||||
^https?:\/\/apprn\.pizzahut\.com\.cn\/updateCheck\? url reject-dict
|
^https?:\/\/apprn\.pizzahut\.com\.cn\/updateCheck\? url reject-dict
|
||||||
# 京东更新检查
|
# 京东
|
||||||
^https?:\/\/api\.m\.jd\.com\/openUpgrade url reject-dict
|
^https?:\/\/api\.m\.jd\.com\/openUpgrade url reject-dict
|
||||||
# 闪送更新检查
|
# 闪送
|
||||||
^https?:\/\/api\.ishansong\.com\/app\/check\/v\d+\/check url reject
|
^https?:\/\/api\.ishansong\.com\/app\/check\/v\d+\/check url reject
|
||||||
# 联通手机营业厅更新检查
|
# 联通手机营业厅
|
||||||
^https?:\/\/m\.client\.10010\.com\/mobileService\/customer\/getclientconfig\.htm url reject-dict
|
^https?:\/\/m\.client\.10010\.com\/mobileService\/customer\/getclientconfig\.htm url reject-dict
|
||||||
# 市民云更新检查
|
# 市民云
|
||||||
^https?:\/\/api\.eshimin\.com\/api\/core\/version url reject-dict
|
^https?:\/\/api\.eshimin\.com\/api\/core\/version url reject-dict
|
||||||
^https?:\/\/api\.share\.mob\.com\/snsconf url reject-dict
|
^https?:\/\/api\.share\.mob\.com\/snsconf url reject-dict
|
||||||
# 顺丰更新检查
|
# 顺丰
|
||||||
^https?:\/\/ccsp-egmas\.sf-express\.com\/cx-app-base\/base\/app\/appVersion\/detectionUpgrade url reject-dict
|
^https?:\/\/ccsp-egmas\.sf-express\.com\/cx-app-base\/base\/app\/appVersion\/detectionUpgrade url reject-dict
|
||||||
|
# 丰巢
|
||||||
|
^https?:\/\/consumer\.fcbox\.com\/v1\/version\/getNewVersion url reject-dict
|
||||||
|
|
||||||
hostname = www.meituan.com,apimobile.meituan.com,fmapp.chinafamilymart.com.cn,sso.lxjapp.com,capis*.didapinche.com,apprn.pizzahut.com.cn,api.m.jd.com,api.ishansong.com,m.client.10010.com,api.eshimin.com,ccsp-egmas.sf-express.com,api.share.mob.com
|
hostname = www.meituan.com,apimobile.meituan.com,fmapp.chinafamilymart.com.cn,sso.lxjapp.com,capis*.didapinche.com,apprn.pizzahut.com.cn,api.m.jd.com,api.ishansong.com,m.client.10010.com,api.eshimin.com,ccsp-egmas.sf-express.com,api.share.mob.com,consumer.fcbox.com
|
||||||
|
Loading…
Reference in New Issue
Block a user