react-native-macos/template/ios
duan 7b61a968fd set`NSAllowsArbitraryLoads` to false by default in template (#28885)
Summary:
Since we already have `localhost` as`Exception Domains` in NSAppTransportSecurity to allow connect to dev server, the template should set `NSAllowsArbitraryLoads` to false by default, as exaplained in [Apple's document](https://developer.apple.com/documentation/bundleresources/information_property_list/nsapptransportsecurity/nsallowsarbitraryloads) as a good practice.

## Changelog

<!-- Help reviewers and the release process by writing your own changelog entry. For an example, see:
https://github.com/facebook/react-native/wiki/Changelog
-->

[iOS] [enhancement] - set `NSAllowsArbitraryLoads` to `false` by default in template
Pull Request resolved: https://github.com/facebook/react-native/pull/28885

Differential Revision: D21624042

Pulled By: shergin

fbshipit-source-id: 690afcd037c3f328d293ef4475380a28efd9fee6
2020-05-18 12:31:29 -07:00
..
HelloWorld set`NSAllowsArbitraryLoads` to false by default in template (#28885) 2020-05-18 12:31:29 -07:00
HelloWorld.xcodeproj Enable with CocoaPods `:configuration` (#28796) 2020-05-07 08:36:55 -07:00
HelloWorldTests Remove FB copyright notices from iOS template (#27725) 2020-01-22 18:08:19 -08:00
Podfile remove tvOS from template (#28706) 2020-04-22 12:26:51 -07:00