PhoneGap external hosts wildcard(PhoneGap 外部主机通配符)
问题描述
我在 iPhone 的 PhoneGap 应用程序中使用 js 库.我不知道我的 js 库联系了哪些其他外部站点,所以我需要一种将所有连接列入白名单的方法,仅用于测试.我该怎么做?
I'm using a js library inside a PhoneGap application for iPhone. I don't know what other external sites my js library contacts, so I need a way of whitelisting all connections, just for testing. How do I do that?
我的应用程序只是静默失败,它不会从库的启动位置继续.(当我在浏览器中运行应用程序时,它运行良好)
My app just silently fails, it doesn't continue from where the library is initiated. (when I run the app in a browser it works perfectly)
推荐答案
尝试将Phonegap.plist中ExternalHosts
属性的值设置为*
Try setting the value of the ExternalHosts
property in Phonegap.plist to *
这篇关于PhoneGap 外部主机通配符的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:PhoneGap 外部主机通配符


基础教程推荐
- 原生拖动事件后如何获取 mouseup 事件? 2022-01-01
- 即使用户允许,Gmail 也会隐藏外部电子邮件图片 2022-01-01
- Fabric JS绘制具有活动形状的多边形 2022-01-01
- 检查 HTML5 拖放文件类型 2022-01-01
- fetch 是否支持原生多文件上传? 2022-01-01
- 在 contenteditable 中精确拖放 2022-01-01
- Bokeh Div文本对齐 2022-01-01
- npm start 错误与 create-react-app 2022-01-01
- 如何添加到目前为止的天数? 2022-01-01
- Bootstrap 模态出现在背景下 2022-01-01