ios/Runner/Info.plist
.. .. @@ -61,8 +61,6 @@ 61 61 <string>PAILot needs camera access to take photos</string> 62 62 <key>NSAppTransportSecurity</key> 63 63 <dict> 64 - <key>NSAllowsArbitraryLoads</key>65 - <true/>66 64 <key>NSAllowsLocalNetworking</key> 67 65 <true/> 68 66 </dict> .. .. @@ -70,7 +68,6 @@ 70 68 <string>PAILot needs local network access to discover and connect to AIBroker</string> 71 69 <key>NSBonjourServices</key> 72 70 <array> 73 - <string>_http._tcp</string>74 71 <string>_mqtt._tcp</string> 75 72 </array> 76 73 <key>UISupportedInterfaceOrientations</key>