macvim-dev / macvim

Vim - the text editor - for macOS
https://macvim.org
Vim License
7.51k stars 683 forks source link

Allow Sparkle release notes to use JavaScript so videos work #1360

Closed ychin closed 1 year ago

ychin commented 1 year ago

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.