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:
committed by
GitHub
parent
756480a69f
commit
d12fd7768a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user