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:
commit
f8b4a91fa8
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@
|
|||
|
||||
<gap:plugin name="org.apache.cordova.inappbrowser" />
|
||||
|
||||
<access origin="http://*"/>
|
||||
<access origin="*"/>
|
||||
</widget>
|
||||
|
|
Loading…
Reference in a new issue