瀏覽代碼

Merge pull request #158 from csmith/master

Update over HTTPS
pull/159/head
Greg Holmes 9 年之前
父節點
當前提交
c82a77ffa6
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/com/dmdirc/updater/checking/DMDircCheckStrategy.java

+ 1
- 1
src/com/dmdirc/updater/checking/DMDircCheckStrategy.java 查看文件

@@ -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…
取消
儲存