feat: initialize LineUp Tauri reference host
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user