18 lines
619 B
Plaintext
18 lines
619 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<!--
|
|
The LineUp Reference Host currently connects to a user-configured AppServer
|
|
on a private network/Tailscale over HTTP. Restrict this exception to the
|
|
WKWebView content process; native Rust networking remains subject to ATS.
|
|
Remove it when every AppServer endpoint is served over HTTPS.
|
|
-->
|
|
<key>NSAppTransportSecurity</key>
|
|
<dict>
|
|
<key>NSAllowsArbitraryLoadsInWebContent</key>
|
|
<true/>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|