Skip to content

Commit

Permalink
fix(flagship): put placeholders back for using exception domains
Browse files Browse the repository at this point in the history
  • Loading branch information
chukohsin authored and bweissbart committed May 29, 2019
1 parent 23430f8 commit acaf8d1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions packages/flagship/ios/FLAGSHIP/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,10 @@
<dict>
<key>NSExceptionDomains</key>
<dict>
<key>localhost</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
</dict>
<!-- {NSExceptionDomains-localhost-start} -->
<key>localhost</key><dict><key>NSExceptionAllowsInsecureHTTPLoads</key><true/></dict>
<!-- {NSExceptionDomains-localhost-end} -->
<!-- {NSExceptionDomains} -->
</dict>
</dict>
<key>UILaunchStoryboardName</key>
Expand Down

0 comments on commit acaf8d1

Please sign in to comment.