Merge pull request #707 from sebastienblanc/all_origins

change origin to * so it will work even if KC is behind https (like on OpenShift)
This commit is contained in:
Stian Thorgersen 2014-09-25 18:49:36 +02:00
commit f8b4a91fa8

View file

@ -10,5 +10,5 @@
<gap:plugin name="org.apache.cordova.inappbrowser" />
<access origin="http://*"/>
<access origin="*"/>
</widget>