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