fixed typo in comment

also, the comment says "allow any secure requests" but the example URL isn't HTTPS -- not sure if this is correct
This commit is contained in:
Chris Alfano
2013-04-25 22:10:01 -03:00
parent 2587fac7c6
commit 6719aa2aec

View File

@@ -90,7 +90,7 @@
-->
<access origin="http://127.0.0.1*"/> <!-- allow local pages -->
<!--
<access origin="http://phonegap.com" /> - allow any secure requests to http://honegap.com/
<access origin="http://phonegap.com" /> - allow any secure requests to http://phonegap.com/
<access origin="http://phonegap.com" subdomains="true" /> - same as above, but including subdomains, such as http://build.phonegap.com/
<access origin="http://phonegap.com" browserOnly="true" /> - only allows http://phonegap.com to be opened by the child browser.
-->