1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00

appwiz.cpl: Add comment explaining why we use HTTP instead of HTTPS.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alex Henrie 2017-12-12 19:55:37 -07:00 committed by Alexandre Julliard
parent 1ddbab3f27
commit 70366fcd90

View File

@ -80,6 +80,9 @@ typedef struct {
LPCWSTR dialog_template;
} addon_info_t;
/* Download addon files over HTTP because Wine depends on an external library
* for TLS, so we can't be sure that HTTPS will work. The integrity of each file
* is checked with a hardcoded cryptographically secure hash. */
static const addon_info_t addons_info[] = {
{
GECKO_VERSION,