2011-09-26 10:58:41 -05:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<phonegap>
|
2012-01-17 16:31:08 -05:00
|
|
|
<!--
|
|
|
|
access elements control the Android whitelist.
|
|
|
|
Domains are assumed blocked unless set otherwise
|
|
|
|
-->
|
|
|
|
|
|
|
|
<access origin="http://127.0.0.1*"/> <!-- allow local pages -->
|
|
|
|
|
|
|
|
<!-- <access origin="https://example.com" /> allow any secure requests to example.com -->
|
|
|
|
<!-- <access origin="https://example.com" subdomains="true" /> such as above, but including subdomains, such as www -->
|
|
|
|
<!-- <access origin=".*"/> Allow all domains, suggested development use only -->
|
|
|
|
|
2011-09-28 22:19:23 -05:00
|
|
|
<log level="DEBUG"/>
|
2011-11-25 14:01:50 -08:00
|
|
|
<render legacy="true" />
|
2011-09-26 10:58:41 -05:00
|
|
|
</phonegap>
|
2012-01-17 16:31:08 -05:00
|
|
|
|
|
|
|
|
|
|
|
|