mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-04-19 16:00:38 +02:00
XQuartz: Relax App Transport Security for communicating with the update server
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
This commit is contained in:
parent
880d4e78b1
commit
df80e2649a
1 changed files with 13 additions and 0 deletions
|
|
@ -35,6 +35,19 @@
|
|||
<string>sparkle.pem</string>
|
||||
<key>SUFeedURL</key>
|
||||
<string>http://xquartz.macosforge.org/downloads/sparkle/release.xml</string>
|
||||
<key>NSAppTransportSecurity</key>
|
||||
<dict>
|
||||
<key>NSExceptionDomains</key>
|
||||
<dict>
|
||||
<key>macosforge.org</key>
|
||||
<dict>
|
||||
<key>NSIncludesSubdomains</key>
|
||||
<true/>
|
||||
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
#endif
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.utilities</string>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue