Browse Source

Download addons feed over HTTPS.

Issue DMDirc/DMDirc#92
pull/128/head
Chris Smith 9 years ago
parent
commit
4caa23a73f

+ 1
- 1
ui_swing/src/com/dmdirc/addons/ui_swing/components/addonbrowser/DataLoaderWorker.java View File

@@ -138,7 +138,7 @@ public class DataLoaderWorker
138 138
             loadingPanel.add(jpb, "growx, wrap");
139 139
             loadingPanel.add(Box.createVerticalGlue(), "growy, pushy");
140 140
             try {
141
-                downloader.downloadPage("http://addons.dmdirc.com/feed",
141
+                downloader.downloadPage("https://addons.dmdirc.com/feed",
142 142
                         Paths.get(tempDirectory, "addons.feed"), this);
143 143
             } catch (final IOException ex) {
144 144
                 loadingPanel.removeAll();

Loading…
Cancel
Save