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>
|
<array>
|
||||||
<string>AppIcon.png</string>
|
<string>AppIcon.png</string>
|
||||||
</array>
|
</array>
|
||||||
|
<key>NSAppTransportSecurity</key>
|
||||||
|
<dict>
|
||||||
|
<key>NSAllowsArbitraryLoads</key>
|
||||||
|
<true/>
|
||||||
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue