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 外部主机通配符


基础教程推荐
- 有没有办法使用OpenLayers更改OpenStreetMap中某些要素 2022-09-06
- 响应更改 div 大小保持纵横比 2022-01-01
- 我什么时候应该在导入时使用方括号 2022-01-01
- 悬停时滑动输入并停留几秒钟 2022-01-01
- 角度Apollo设置WatchQuery结果为可用变量 2022-01-01
- 动态更新多个选择框 2022-01-01
- Karma-Jasmine:如何正确监视 Modal? 2022-01-01
- 在for循环中使用setTimeout 2022-01-01
- 当用户滚动离开时如何暂停 youtube 嵌入 2022-01-01
- 在 JS 中获取客户端时区(不是 GMT 偏移量) 2022-01-01