fix: Link to VLC using HTTPS (#1987)

May help with users who are man-in-the-middled and redirected to malicious websites.

See: https://github.com/webtorrent/webtorrent-desktop/issues/1908
This commit is contained in:
Feross Aboukhadijeh
2021-06-02 16:46:17 -07:00
committed by GitHub
parent 756480a69f
commit d12fd7768a

View File

@@ -36,7 +36,7 @@ module.exports = class UnsupportedMediaModal extends React.Component {
}
onInstall () {
shell.openExternal('http://www.videolan.org/vlc/')
shell.openExternal('https://www.videolan.org/vlc/')
// TODO: dcposch send a dispatch rather than modifying state directly
const state = this.props.state