2011-09-26 23:58:41 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2012-02-02 09:45:49 +08:00
|
|
|
<cordova>
|
2012-01-18 05:31:08 +08: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-29 11:19:23 +08:00
|
|
|
<log level="DEBUG"/>
|
2012-01-26 03:40:46 +08:00
|
|
|
<preference name="classicRender" value="true" />
|
2012-02-02 09:45:49 +08:00
|
|
|
</cordova>
|
2012-01-18 05:31:08 +08:00
|
|
|
|
|
|
|
|
|
|
|
|