From 55de92cf8781be8fd697cbe37af447218df021b3 Mon Sep 17 00:00:00 2001
From: Jeremy Guiselin <jeremy.guiselin@student.ecp.fr>
Date: Tue, 14 Feb 2017 07:27:21 -0500
Subject: [PATCH] config

---
 config.xml | 20 +-------------------
 1 file changed, 1 insertion(+), 19 deletions(-)

diff --git a/config.xml b/config.xml
index 28c72da..2e7b0a6 100644
--- a/config.xml
+++ b/config.xml
@@ -44,15 +44,6 @@
   <platform name="ios">
     <access origin="cdvfile://*"/>
     <allow-intent href="cdvfile://*"/>
-    <access origin="fb:*" />    
-    <allow-intent href="fb:*" />
-    <access origin="instagram:*" />    
-    <allow-intent href="instagram:*" />
-    <access origin="mailto:*" />    
-    <allow-intent href="mailto:*" />
-    <allow-navigation href="mailto:*" />
-    <allow-navigation href="fb:*" />
-    <allow-navigation href="instagram:*" />
     <preference name="iosPersistentFileLocation" value="Library"/>
     <splash src="resources/ios/splash/Default-568h@2x~iphone.png" width="640" height="1136"/>
     <splash src="resources/ios/splash/Default-667h.png" width="750" height="1334"/>
@@ -90,15 +81,6 @@
     <preference name="android-build-tool" value="gradle"/>
     <access origin="cdvfile://*"/>
     <allow-intent href="cdvfile://*"/>
-    <access origin="fb:*" />    
-    <allow-intent href="fb:*" />
-    <access origin="instagram:*" />    
-    <allow-intent href="instagram:*" />
-    <access origin="mailto:*" />    
-    <allow-intent href="mailto:*" />
-    <allow-navigation href="mailto:*" />
-    <allow-navigation href="fb:*" />
-    <allow-navigation href="instagram:*" />
     <splash src="resources/android/splash/drawable-port-ldpi-screen.png" density="port-ldpi"/>
     <splash src="resources/android/splash/drawable-port-mdpi-screen.png" density="port-mdpi"/>
     <splash src="resources/android/splash/drawable-port-hdpi-screen.png" density="port-hdpi"/>
@@ -113,4 +95,4 @@
     <icon src="resources/android/icon/drawable-xxxhdpi-icon.png" density="xxxhdpi"/>
   </platform>
   <icon src="resources/android/icon/drawable-xhdpi-icon.png"/>
-</widget>
\ No newline at end of file
+</widget>
-- 
GitLab