replace old ATS key name to new one.
Summary: On iOS project, ATS is disabled for 'localhost'. But the key for this setting is old and just for early iOS9 beta. iOS9 release and later uses new one, so I updated it. Closes https://github.com/facebook/react-native/pull/10314 Differential Revision: D3993780 fbshipit-source-id: b749edd571c34f07989dde6af0e4ff95f5355c29
This commit is contained in:
parent
79e1eacc18
commit
5c0dec16ba
|
@ -45,7 +45,7 @@
|
|||
<dict>
|
||||
<key>localhost</key>
|
||||
<dict>
|
||||
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
|
||||
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</dict>
|
||||
|
|
Loading…
Reference in New Issue