Skip to content

Commit 389270f

Browse files
author
jantje
committed
#1171 use https instead of http
1 parent 22dd31d commit 389270f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

io.sloeber.core/src/io/sloeber/core/common/ConfigurationPreferences.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ public class ConfigurationPreferences {
4343
private static final String POST_PROCESSING_BOARDS_TXT = "post_processing_boards.txt"; //$NON-NLS-1$
4444
private static final String KEY_UPDATE_JASONS = "Update jsons files"; //$NON-NLS-1$
4545
private static final String KEY_MANAGER_JSON_URLS_V3 = "Arduino Manager board Urls"; //$NON-NLS-1$
46-
private static final String KEY_MANAGER_ARDUINO_LIBRARY_JSON_URL = "http://downloads.arduino.cc/libraries/library_index.json"; //$NON-NLS-1$
46+
private static final String KEY_MANAGER_ARDUINO_LIBRARY_JSON_URL = "https://downloads.arduino.cc/libraries/library_index.json"; //$NON-NLS-1$
4747
private static final String KEY_MANAGER_JSON_URLS = "Manager jsons"; //$NON-NLS-1$
48-
private static final String DEFAULT_JSON_URLS = "http://downloads.arduino.cc/packages/package_index.json\n" //$NON-NLS-1$
48+
private static final String DEFAULT_JSON_URLS = "https://downloads.arduino.cc/packages/package_index.json\n" //$NON-NLS-1$
4949
+ "https://raw.githubusercontent.com/jantje/hardware/master/package_jantje_index.json\n" //$NON-NLS-1$
5050
+ "https://raw.githubusercontent.com/jantje/ArduinoLibraries/master/library_jantje_index.json\n" //$NON-NLS-1$
51-
+ "http://arduino.esp8266.com/stable/package_esp8266com_index.json\n" + KEY_MANAGER_ARDUINO_LIBRARY_JSON_URL; //$NON-NLS-1$
51+
+ "https://arduino.esp8266.com/stable/package_esp8266com_index.json\n" + KEY_MANAGER_ARDUINO_LIBRARY_JSON_URL; //$NON-NLS-1$
5252
// preference nodes
5353
private static final String NODE_ARDUINO = Activator.NODE_ARDUINO;
5454
private static final String LIBRARY_PATH_SUFFIX = "libraries"; //$NON-NLS-1$

0 commit comments

Comments
 (0)