summaryrefslogtreecommitdiff
path: root/config.xml
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-02-27 09:48:49 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-02-27 09:48:49 -0500
commita7c288b10f197818b2ad233a852268c0f160d8e3 (patch)
treeff1bd87d0f3a032f35626497a8cc835bbc82e153 /config.xml
parent29a01ab9542da89eeedaa2bdf966243b4738564a (diff)
Fix permissions for accessing external resources
Diffstat (limited to 'config.xml')
-rw-r--r--config.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.xml b/config.xml
index aaba61f..1b5892d 100644
--- a/config.xml
+++ b/config.xml
@@ -9,4 +9,6 @@
</author>
<content src="index.html" />
<access origin="*" />
+ <access origin="https://lukeshu.com/frc4272/app/" />
+ <access origin="tel:*" launch-external="yes" />
</widget>