From 905db20e171abf009bce9d8453d70420a5f839ba Mon Sep 17 00:00:00 2001 From: Yee Cheng Chin Date: Mon, 6 Feb 2023 22:53:35 -0800 Subject: [PATCH] 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. --- src/MacVim/Info.plist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/MacVim/Info.plist b/src/MacVim/Info.plist index 2623d0f319..b944b466d1 100644 --- a/src/MacVim/Info.plist +++ b/src/MacVim/Info.plist @@ -1309,6 +1309,8 @@ + SUEnableJavaScript + YES SUFeedURL https://macvim.org/appcast/latest.xml SUPublicEDKey