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 <[email protected]> Authored: Tue Aug 26 17:20:58 2014 -0400 Committer: Archana Naik <[email protected]> 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="[email protected]" 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" />
