我在 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 外部主机通配符的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!