Kaynağa Gözat

Merge pull request #158 from csmith/master

Update over HTTPS
pull/159/head
Greg Holmes 9 yıl önce
ebeveyn
işleme
c82a77ffa6

+ 1
- 1
src/com/dmdirc/updater/checking/DMDircCheckStrategy.java Dosyayı Görüntüle

@@ -50,7 +50,7 @@ public class DMDircCheckStrategy implements UpdateCheckStrategy {
50 50
 
51 51
     private static final Logger LOG = LoggerFactory.getLogger(DMDircCheckStrategy.class);
52 52
     /** The URL to request to check for updates. */
53
-    private static final String UPDATE_URL = "http://updates.dmdirc.com/";
53
+    private static final String UPDATE_URL = "https://updates.dmdirc.com/";
54 54
     /** The update channel to check for updates on. */
55 55
     private UpdateChannel channel;
56 56
     /** Downloader to download files. */

Loading…
İptal
Kaydet