summaryrefslogtreecommitdiff
path: root/StoneIsland/config.xml
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-09-21 18:11:47 +0200
committerJules Laplace <julescarbon@gmail.com>2020-09-21 18:11:47 +0200
commitd906f7303e70adaa75523d8bfc5b46523ccfffa0 (patch)
treeb0002839ba72a737870b34dddbcb560bb7652847 /StoneIsland/config.xml
parent3cf5e5a97afe8fc7877b528cf19130bef0d68bad (diff)
adding cordova-plugin-advanced-http for all XHR now
Diffstat (limited to 'StoneIsland/config.xml')
-rwxr-xr-xStoneIsland/config.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/StoneIsland/config.xml b/StoneIsland/config.xml
index ac0a5a49..03b750b7 100755
--- a/StoneIsland/config.xml
+++ b/StoneIsland/config.xml
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
-<widget id="us.okfoc.stoneisland" version="1.4.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+<widget id="us.okfoc.stoneisland" version="1.4.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Stone Island</name>
<description>
Stone Island
@@ -9,6 +9,7 @@
</author>
<content src="index.html" />
<access origin="*" />
+ <allow-navigation href="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="tel:*" />