<div dir="auto"><div><div class="gmail_extra"><div class="gmail_quote">On Nov 30, 2017 1:21 PM, "Jacek Caban" <<a href="mailto:jacek@codeweavers.com">jacek@codeweavers.com</a>> wrote:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div text="#000000" bgcolor="#FFFFFF">
    <div class="m_7313038911486271056moz-cite-prefix">Hi Austin,<div class="quoted-text"><br>
      <br>
      On 30.11.2017 19:56, Austin English wrote:<br>
    </div></div><div class="quoted-text">
    <blockquote type="cite">
      <pre>diff --git a/dlls/appwiz.cpl/addons.c b/dlls/appwiz.cpl/addons.c
index 5ec49cfe6a..0bbc90f3eb 100644
--- a/dlls/appwiz.cpl/addons.c
+++ b/dlls/appwiz.cpl/addons.c
@@ -86,7 +86,7 @@ static const addon_info_t addons_info[] = {
         "wine_gecko-" GECKO_VERSION "-" ARCH_STRING ".msi",
         "gecko",
         GECKO_SHA,
-        <a class="m_7313038911486271056moz-txt-link-rfc2396E" href="http://source.winehq.org/winegecko.php" target="_blank">"http://source.winehq.org/<wbr>winegecko.php"</a>,
+        <a class="m_7313038911486271056moz-txt-link-rfc2396E" href="https://source.winehq.org/winegecko.php" target="_blank">"https://source.winehq.org/<wbr>winegecko.php"</a>,
         "MSHTML", "GeckoUrl", "GeckoCabDir",
         MAKEINTRESOURCEW(ID_DWL_GECKO_<wbr>DIALOG)
     },
@@ -95,7 +95,7 @@ static const addon_info_t addons_info[] = {
         "wine-mono-" MONO_VERSION ".msi",
         "mono",
         MONO_SHA,
-        <a class="m_7313038911486271056moz-txt-link-rfc2396E" href="http://source.winehq.org/winemono.php" target="_blank">"http://source.winehq.org/<wbr>winemono.php"</a>,
+        <a class="m_7313038911486271056moz-txt-link-rfc2396E" href="https://source.winehq.org/winemono.php" target="_blank">"https://source.winehq.org/<wbr>winemono.php"</a>,</pre>
    </blockquote>
    <p><br>
    </p>
    </div><p>While I'm not really opposed, I think this deserves more
      attention. Note that this change means that we will download Gecko
      and Mono using https instead of http. While it's usually fine,
      it's an extra complexity and involves additional dependences to
      achieve the task. For example, it means that if you don't have a
      working GnuTLS and WineGecko cached, Wine won't be able to setup
      your prefix correctly.</p></div></blockquote></div></div></div><div dir="auto"><br></div><div dir="auto">I have gnutls set up, so hadn't considered that. I would think that we consider a lack of gnutls an unsupported platform, but I don't think this is important enough to break that usecase.</div><div dir="auto"></div><div dir="auto"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div text="#000000" bgcolor="#FFFFFF">
    <p>Also note that we check checksums of downloaded files, so
      installing those packages is safe as far as attacks by modifying
      content is considered. All we gain from https in this case is a
      bit of privacy improvement.</p>
    <p><br>
    </p>
    <p>That said, I'm not sure we want that change unless we have a good
      reason.</p></div></blockquote></div></div></div><div dir="auto"><br></div><div dir="auto">Sure. Can we agree to change the message to an https version of the wiki?</div><div dir="auto"></div></div>