更新配置

This commit is contained in:
2026-04-20 09:23:36 +08:00
parent 8e79d8039c
commit 0a2c7683b7
4 changed files with 39 additions and 20 deletions

View File

@@ -80,5 +80,22 @@
</array>
<key>uses</key>
<string></string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
<key>NSExceptionDomains</key>
<dict>
<key>47.101.201.13</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSIncludesSubdomains</key>
<true/>
<key>NSExceptionMinimumTLSVersion</key>
<string>TLSv1.0</string>
</dict>
</dict>
</dict>
</dict>
</plist>