From 793a760c7517bb11cfa699bcc51aaf7e2973c03d Mon Sep 17 00:00:00 2001 From: Yemel Jardi Date: Thu, 17 Jul 2014 20:39:22 -0300 Subject: [PATCH] Add cross-origin policy --- android/manifest.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/android/manifest.json b/android/manifest.json index 1db3a57a2..ff5336880 100644 --- a/android/manifest.json +++ b/android/manifest.json @@ -14,5 +14,8 @@ }, "icons": { "128": "icon.png" - } + }, + "xwalk_hosts": [ + "https://*" + ] }