You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by na...@apache.org on 2014/08/28 21:03:59 UTC

[45/50] git commit: CB-7410 add whitelist entries to get iframe/GoogleMaps working

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


Project: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/commit/8e947149
Tree: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/tree/8e947149
Diff: http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/diff/8e947149

Branch: refs/heads/master
Commit: 8e947149ed817a23eb914cac34bf5dcd0a7959aa
Parents: f81ba6c
Author: Marcel Kinard <cm...@gmail.com>
Authored: Tue Aug 26 17:20:58 2014 -0400
Committer: Archana Naik <na...@lab126.com>
Committed: Thu Aug 28 11:14:38 2014 -0700

----------------------------------------------------------------------
 test/res/xml/config.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos/blob/8e947149/test/res/xml/config.xml
----------------------------------------------------------------------
diff --git a/test/res/xml/config.xml b/test/res/xml/config.xml
index 9de3604..60489a7 100644
--- a/test/res/xml/config.xml
+++ b/test/res/xml/config.xml
@@ -25,6 +25,10 @@
     <author email="dev@cordova.apache.org" href="http://cordova.io">
     </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" />
     <log level="DEBUG" />
     <preference name="useBrowserHistory" value="true" />