react-native-macos/template/ios/HelloWorld
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
..
Images.xcassets
AppDelegate.h Remove FB copyright notices from iOS template (#27725) 2020-01-22 18:08:19 -08:00
AppDelegate.m Enable with CocoaPods `:configuration` (#28796) 2020-05-07 08:36:55 -07:00
Info.plist set`NSAllowsArbitraryLoads` to false by default in template (#28885) 2020-05-18 12:31:29 -07:00
LaunchScreen.storyboard Add Dark Mode support to the App template and NewAppScreen components (#28711) 2020-04-24 14:35:53 -07:00
main.m Remove FB copyright notices from iOS template (#27725) 2020-01-22 18:08:19 -08:00