forked from organicmaps/organicmaps
[ios] Added ATS exceptions for maps.me & mapswithme.com.
This commit is contained in:
parent
742c3ffae0
commit
9f95eaebd4
1 changed files with 17 additions and 0 deletions
|
@ -6,6 +6,23 @@
|
|||
<dict>
|
||||
<key>NSAllowsArbitraryLoads</key>
|
||||
<true/>
|
||||
<key>NSExceptionDomains</key>
|
||||
<dict>
|
||||
<key>maps.me</key>
|
||||
<dict>
|
||||
<key>NSIncludesSubdomains</key>
|
||||
<true/>
|
||||
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<key>mapswithme.com</key>
|
||||
<dict>
|
||||
<key>NSIncludesSubdomains</key>
|
||||
<true/>
|
||||
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>AdmanTrackerAppID</key>
|
||||
<string>***REMOVED***</string>
|
||||
|
|
Loading…
Add table
Reference in a new issue