Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <key>NSAppTransportSecurity</key>
  2. <dict>
  3. <key>NSAllowsArbitraryLoads</key><true/>
  4. </dict>
  5.  
  6. <key>NSAppTransportSecurity</key>
  7. <dict>
  8. <key>NSExceptionDomains</key>
  9. <dict>
  10. <key>localhost</key>
  11. <dict>
  12. <key>NSExceptionAllowsInsecureHTTPLoads</key>
  13. <true/>
  14. </dict>
  15. </dict>
  16. </dict>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement