Repository: cordova-app-harness Updated Branches: refs/heads/master 5fea836ef -> 1ddda0fcd
Update AppHarnessUI.java to include getExternalWhitelist() Project: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/commit/1ddda0fc Tree: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/tree/1ddda0fc Diff: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/diff/1ddda0fc Branch: refs/heads/master Commit: 1ddda0fcdce7a5e7fc8b344e8b0a25258df8e21f Parents: 5fea836 Author: Andrew Grieve <[email protected]> Authored: Tue Sep 23 10:45:26 2014 -0400 Committer: Andrew Grieve <[email protected]> Committed: Tue Sep 23 10:45:26 2014 -0400 ---------------------------------------------------------------------- AppHarnessUI/android/AppHarnessUI.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-app-harness/blob/1ddda0fc/AppHarnessUI/android/AppHarnessUI.java ---------------------------------------------------------------------- diff --git a/AppHarnessUI/android/AppHarnessUI.java b/AppHarnessUI/android/AppHarnessUI.java index 464418a..f5dadc5 100644 --- a/AppHarnessUI/android/AppHarnessUI.java +++ b/AppHarnessUI/android/AppHarnessUI.java @@ -129,7 +129,7 @@ public class AppHarnessUI extends CordovaPlugin { } else { slaveWebView = new CustomAndroidWebView(this, activity); // We'll set the plugin entries in initWebView. - slaveWebView.init(cordova, new ArrayList<PluginEntry>(), webView.getWhitelist(), preferences); + slaveWebView.init(cordova, new ArrayList<PluginEntry>(), webView.getWhitelist(), webView.getExternalWhitelist(), preferences); } { initWebView(slaveWebView, pluginIdWhitelist);
