Skip to content

Fix URLs without protocol assuming qrc

Maciej Sopyło requested to merge fix/275-links-without-https into master

Fixes #275 (closed) (they were clickable, but Qt.openExternally for some reason assumes protocol-less URLs to be qrc:// and you can't open that in a browser ;p )

Defaults to https:// because if a website isn't using SSL in 2022 it's not worth visiting.

Edited by Maciej Sopyło

Merge request reports