Commit 70366fcd authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

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

parent 1ddbab3f
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment