ENH: add NSAppTransportSecurity for macOS

Change-Id: I41695ec9436610c210e23f7ca68e8ddc429d7e51
Jira: STUDIO-8956
This commit is contained in:
chunmao.guo 2024-12-30 09:27:09 +08:00 committed by lane.wei
parent c99fcd454c
commit a0b0aa8678
2 changed files with 34 additions and 24 deletions

View File

@ -26,6 +26,11 @@
<string>????</string>
<key>CFBundleVersion</key>
<string>${MACOSX_BUNDLE_BUNDLE_VERSION}</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>CFBundleURLTypes</key>
<array>
<dict>

View File

@ -22,6 +22,11 @@
<string>????</string>
<key>CFBundleVersion</key>
<string>@SLIC3R_BUILD_ID@</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>CFBundleURLTypes</key>
<array>
<dict>