You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by de...@apache.org on 2015/12/09 23:12:21 UTC

cordova-plugins git commit: CB-10166 - Set for localhost

Repository: cordova-plugins
Updated Branches:
  refs/heads/master a7adbf69d -> d3d7ed799


CB-10166 - Set <allow-navigation> for localhost


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugins/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugins/commit/d3d7ed79
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugins/tree/d3d7ed79
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugins/diff/d3d7ed79

Branch: refs/heads/master
Commit: d3d7ed7995c173a0a83c2c26bc640bf2d91a1402
Parents: a7adbf6
Author: Tommy-Carlos Williams <to...@devgeeks.org>
Authored: Thu Dec 10 09:08:47 2015 +1100
Committer: Tommy-Carlos Williams <to...@devgeeks.org>
Committed: Thu Dec 10 09:08:47 2015 +1100

----------------------------------------------------------------------
 local-webserver/plugin.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/d3d7ed79/local-webserver/plugin.xml
----------------------------------------------------------------------
diff --git a/local-webserver/plugin.xml b/local-webserver/plugin.xml
index 5c6c060..da00241 100644
--- a/local-webserver/plugin.xml
+++ b/local-webserver/plugin.xml
@@ -42,6 +42,7 @@
 		    </feature>
             <preference name="CordovaLocalWebServerStartOnSimulator" value="true" />
 			<access origin="http://localhost" />
+      <allow-navigation href="http://localhost:*/*" />
         </config-file>
 		
         


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org