mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-05-28 00:21:57 +02:00
Force Sparkle updater to always verify update and to use signed appcast
Sparkle 2.9 introduced the ability to verify appcast feeds using a signature. Turn that on to prevent MITM attacks. This requires the appcast on the server side to be re-generated with signature at the end. This was done in macvim-dev/macvim-dev.github.io#5.
This commit is contained in:
@@ -1311,6 +1311,10 @@
|
||||
</array>
|
||||
<key>MMWhatsNewURL</key>
|
||||
<string>https://macvim.org/release-notes/whatsnew.html</string>
|
||||
<key>SUVerifyUpdateBeforeExtraction</key>
|
||||
<string>YES</string>
|
||||
<key>SURequireSignedFeed</key>
|
||||
<string>YES</string>
|
||||
<key>SUEnableJavaScript</key>
|
||||
<string>YES</string>
|
||||
<key>SUFeedURL</key>
|
||||
|
||||
Reference in New Issue
Block a user