mirror of https://github.com/cirruslabs/tart.git
Fix the --insecure flag issue by disabling ATS in Info.plist (#760)
This commit is contained in:
parent
e06d89f95d
commit
7eac45702b
|
|
@ -14,5 +14,10 @@
|
|||
<array>
|
||||
<string>AppIcon.png</string>
|
||||
</array>
|
||||
<key>NSAppTransportSecurity</key>
|
||||
<dict>
|
||||
<key>NSAllowsArbitraryLoads</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
|||
Loading…
Reference in New Issue