Daemon icon indicating copy to clipboard operation
Daemon copied to clipboard

[RFC] Warn when server's download URL is https

Open necessarily-equal opened this issue 3 years ago • 2 comments

Fix https://github.com/Unvanquished/Unvanquished/issues/1744

necessarily-equal avatar Sep 02 '22 21:09 necessarily-equal

For now I'm requesting some help making this better. First, should we enforce a http:// URL instead? Can we make it impossible to set the value to an unused one? (I tried making CheckURL return a Cvar::OnValueChangedResult without success)

necessarily-equal avatar Sep 02 '22 21:09 necessarily-equal

HTTP is the only supported protocol, so how about complaining on anything besides http before a ://?

slipher avatar Sep 02 '22 21:09 slipher