mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 12:14:11 +00:00 
			
		
		
		
	Allow unsecure connections
This commit is contained in:
		@@ -41,5 +41,14 @@
 | 
			
		||||
	</array>
 | 
			
		||||
	<key>UIViewControllerBasedStatusBarAppearance</key>
 | 
			
		||||
	<false/>
 | 
			
		||||
 | 
			
		||||
	<!-- Unsecure connection to development server -->
 | 
			
		||||
	<key>NSAppTransportSecurity</key>
 | 
			
		||||
	<dict>
 | 
			
		||||
	    <key>NSAllowsArbitraryLoads</key>
 | 
			
		||||
	    <true/>
 | 
			
		||||
	    <key>NSAAllowsLocalNetworking</key>
 | 
			
		||||
	    <true/>
 | 
			
		||||
	</dict>
 | 
			
		||||
</dict>
 | 
			
		||||
</plist>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user