Skip to content

Commit 905db20

Browse files
committed
Allow Sparkle release notes to use JavaScript so videos work
Currently, it's hard to embed video in the release notes shown to Sparkle, because by default it disables JavaScript, which video tags need in order to work properly for the WebKit embedded browser. Turn it on, so that we can show video instead of animated GIF's in the future for release notes. I don't think there should be any serious security issues after thinking about it. The browser is sandboxed and we are serving this through https anyway.
1 parent 2e74830 commit 905db20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/MacVim/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1309,6 +1309,8 @@
13091309
</dict>
13101310
</dict>
13111311
</array>
1312+
<key>SUEnableJavaScript</key>
1313+
<string>YES</string>
13121314
<key>SUFeedURL</key>
13131315
<string>https://macvim.org/appcast/latest.xml</string>
13141316
<key>SUPublicEDKey</key>

0 commit comments

Comments
 (0)