CB-7410 add whitelist entries to get iframe/GoogleMaps working

This commit is contained in:
Marcel Kinard 2014-08-26 17:20:58 -04:00
parent 94c096dd5b
commit 16e3ebd87b

View File

@ -26,6 +26,10 @@
Apache Cordova Team
</author>
<access origin="*.apache.org" />
<access origin="http://*.google.com/*" />
<access origin="https://*.google.com/*" />
<access origin="https://*.googleapis.com/*" />
<access origin="https://*.gstatic.com/*" />
<content src="index.html" />
<preference name="loglevel" value="DEBUG" />
<preference name="useBrowserHistory" value="true" />