mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-24 05:34:37 +08:00
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:
committed by
Facebook Github Bot
parent
79e1eacc18
commit
5c0dec16ba
@@ -45,7 +45,7 @@
|
||||
<dict>
|
||||
<key>localhost</key>
|
||||
<dict>
|
||||
<key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
|
||||
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</dict>
|
||||
|
||||
Reference in New Issue
Block a user