* Patch part 1: remove electronVersion
We no longer need to specify electronVersion at all since electron
is now in devDependencies. Removing it means electron can be updated
the same way as any other dependency.
* Only allow main app page to be opened via URL
We previously allowed any URL to be opened in the main electron
window. Allow only the main app page, as commented.
* use exact equals
* Make url logic clearer
* Added translation using Weblate (Vietnamese)
* Added translation using Weblate (English (United States))
* Translated using Weblate (English (United States))
Currently translated at 100.0% (44 of 44 strings)
Translation: Element Desktop/element-desktop
Translate-URL: https://translate.element.io/projects/element-desktop/element-desktop/en_US/
* Translated using Weblate (Vietnamese)
Currently translated at 100.0% (44 of 44 strings)
Translation: Element Desktop/element-desktop
Translate-URL: https://translate.element.io/projects/element-desktop/element-desktop/vi/
* Translated using Weblate (Frisian)
Currently translated at 100.0% (44 of 44 strings)
Translation: Element Desktop/element-desktop
Translate-URL: https://translate.element.io/projects/element-desktop/element-desktop/fy/
* Added translation using Weblate (Polish)
* Translated using Weblate (Polish)
Currently translated at 100.0% (44 of 44 strings)
Translation: Element Desktop/element-desktop
Translate-URL: https://translate.element.io/projects/element-desktop/element-desktop/pl/
* Added translation using Weblate (Chinese (Traditional))
* Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (44 of 44 strings)
Translation: Element Desktop/element-desktop
Translate-URL: https://translate.element.io/projects/element-desktop/element-desktop/zh_Hant/
Co-authored-by: Dinh Quang Tuyen <tuyen.dinh@aarenet.com>
Co-authored-by: Travis Ralston <travpc@gmail.com>
Co-authored-by: James Salter <iteration@gmail.com>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: Fjoerfoks <fryskefirefox@gmail.com>
Co-authored-by: m1chj <8hm0nutuhsa9@opayq.com>
Co-authored-by: SiderealArt <nelson22768384@gmail.com>
Fixes an issue where Element-desktop can not establish a connection with a homeserver that has a Let's Encrypt SSL certificate
Fixesvector-im/element-web#19261