mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 13:40:06 +01:00
XQuartz: Relax App Transport Security for communicating with the update server
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
(cherry picked from commit df80e2649a)
This commit is contained in:
parent
ba00d8fe70
commit
d939043594
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