mirror of
https://github.com/Giu-zhao/ios_rule_script
synced 2024-11-22 08:28:25 +08:00
屏蔽一汽丰田APP强制更新弹窗 (#517)
This commit is contained in:
parent
39d58edee5
commit
6e96b28db9
@ -1,10 +1,10 @@
|
||||
# NAME: 屏蔽APP更新检查
|
||||
# AUTHOR: blackmatrix7
|
||||
# REPO: https://github.com/blackmatrix7/ios_rule_script
|
||||
# UPDATED: 2022-01-18 23:35:38
|
||||
# REWRITE: 11
|
||||
# UPDATED: 2022-03-14 20:00:00
|
||||
# REWRITE: 12
|
||||
# SCRIPT: 0
|
||||
# MITM: 11
|
||||
# MITM: 12
|
||||
|
||||
[URL Rewrite]
|
||||
^https?:\/\/api\.ishansong\.com\/app\/check\/v\d+\/check - reject
|
||||
@ -18,6 +18,7 @@
|
||||
^https?:\/\/m\.client\.10010\.com\/mobileService\/customer\/getclientconfig\.htm - reject-dict
|
||||
^https?:\/\/sso\.lxjapp\.com\/\/chims\/servlet\/csGetLatestSoftwareVersionServlet - reject-dict
|
||||
^https?:\/\/www\.meituan\.com\/api\/v\d\/appstatus\? - reject
|
||||
^https?:\/\/app\.ftms\.com\.cn\/V2\/index\/appversion - reject-dict
|
||||
|
||||
[MITM]
|
||||
hostname = api.ishansong.com,api.m.jd.com,apimobile.meituan.com,apprn.pizzahut.com.cn,capis*.didapinche.com,ccsp-egmas.sf-express.com,consumer.fcbox.com,fmapp.chinafamilymart.com.cn,m.client.10010.com,sso.lxjapp.com,www.meituan.com
|
||||
hostname = api.ishansong.com,api.m.jd.com,apimobile.meituan.com,apprn.pizzahut.com.cn,capis*.didapinche.com,ccsp-egmas.sf-express.com,consumer.fcbox.com,fmapp.chinafamilymart.com.cn,m.client.10010.com,sso.lxjapp.com,www.meituan.com,*.ftms.com.cn
|
@ -1,9 +1,9 @@
|
||||
# NAME: 屏蔽APP更新检查
|
||||
# AUTHOR: blackmatrix7
|
||||
# REPO: https://github.com/blackmatrix7/ios_rule_script
|
||||
# UPDATED: 2022-01-18 23:35:38
|
||||
# REWRITE: 11
|
||||
# MITM: 11
|
||||
# UPDATED: 2022-03-14 20:00:00
|
||||
# REWRITE: 12
|
||||
# MITM: 12
|
||||
|
||||
^https?:\/\/api\.ishansong\.com\/app\/check\/v\d+\/check url reject
|
||||
^https?:\/\/api\.m\.jd\.com\/openUpgrade url reject-dict
|
||||
@ -16,5 +16,6 @@
|
||||
^https?:\/\/m\.client\.10010\.com\/mobileService\/customer\/getclientconfig\.htm url reject-dict
|
||||
^https?:\/\/sso\.lxjapp\.com\/\/chims\/servlet\/csGetLatestSoftwareVersionServlet url reject-dict
|
||||
^https?:\/\/www\.meituan\.com\/api\/v\d\/appstatus\? url reject
|
||||
^https?:\/\/app\.ftms\.com\.cn\/V2\/index\/appversion url reject-dict
|
||||
|
||||
hostname = api.ishansong.com,api.m.jd.com,apimobile.meituan.com,apprn.pizzahut.com.cn,capis*.didapinche.com,ccsp-egmas.sf-express.com,consumer.fcbox.com,fmapp.chinafamilymart.com.cn,m.client.10010.com,sso.lxjapp.com,www.meituan.com
|
||||
hostname = api.ishansong.com,api.m.jd.com,apimobile.meituan.com,apprn.pizzahut.com.cn,capis*.didapinche.com,ccsp-egmas.sf-express.com,consumer.fcbox.com,fmapp.chinafamilymart.com.cn,m.client.10010.com,sso.lxjapp.com,www.meituan.com,*.ftms.com.cn
|
||||
|
Loading…
Reference in New Issue
Block a user