From fe8e0cfb43ee4268dbf6a1d0b81215f603a97482 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Thu, 13 Apr 2023 10:40:05 +0200 Subject: [PATCH] Removing allow-intent --- config.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.xml b/config.xml index bd2b89b..082aa29 100644 --- a/config.xml +++ b/config.xml @@ -14,8 +14,8 @@ compile to www folder</description> <content src="index.html" /> <access origin="*" /> <!--allow-navigation href="*" /--> - <allow-intent href="http://*/*" /> - <allow-intent href="https://*/*" /> + <!--allow-intent href="http://*/*" /--> + <!--allow-intent href="https://*/*" /--> <allow-intent href="tel:*" /> <allow-intent href="sms:*" /> <allow-intent href="mailto:*" /> -- GitLab