Parcourir la source

Merge pull request #158 from csmith/master

Update over HTTPS
pull/159/head
Greg Holmes il y a 9 ans
Parent
révision
c82a77ffa6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      src/com/dmdirc/updater/checking/DMDircCheckStrategy.java

+ 1
- 1
src/com/dmdirc/updater/checking/DMDircCheckStrategy.java Voir le fichier

50
 
50
 
51
     private static final Logger LOG = LoggerFactory.getLogger(DMDircCheckStrategy.class);
51
     private static final Logger LOG = LoggerFactory.getLogger(DMDircCheckStrategy.class);
52
     /** The URL to request to check for updates. */
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
     /** The update channel to check for updates on. */
54
     /** The update channel to check for updates on. */
55
     private UpdateChannel channel;
55
     private UpdateChannel channel;
56
     /** Downloader to download files. */
56
     /** Downloader to download files. */

Chargement…
Annuler
Enregistrer