mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-22 00:32:55 +08:00
CB-7410 add whitelist entries to get iframe/GoogleMaps working
This commit is contained in:
parent
94c096dd5b
commit
16e3ebd87b
@ -26,6 +26,10 @@
|
|||||||
Apache Cordova Team
|
Apache Cordova Team
|
||||||
</author>
|
</author>
|
||||||
<access origin="*.apache.org" />
|
<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" />
|
<content src="index.html" />
|
||||||
<preference name="loglevel" value="DEBUG" />
|
<preference name="loglevel" value="DEBUG" />
|
||||||
<preference name="useBrowserHistory" value="true" />
|
<preference name="useBrowserHistory" value="true" />
|
||||||
|
Loading…
Reference in New Issue
Block a user