We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 545bc9f commit eb4b3b5Copy full SHA for eb4b3b5
src/Core/OOOXZManager.m
@@ -48,7 +48,7 @@
48
/* The URL for the manifest.plist array. */
49
/* switching (temporarily maybe) to oolite.space - Nikos 20230507 */
50
/*static NSString * const kOOOXZDataURL = @"http://addons.oolite.org/api/1.0/overview";*/
51
-static NSString * const kOOOXZDataURL = @"http://addons.oolite.space/api/1.0/overview";
+static NSString * const kOOOXZDataURL = @"https://addons.oolite.space/api/1.0/overview";
52
/* The config parameter to use a non-default URL at runtime */
53
static NSString * const kOOOXZDataConfig = @"oxz-index-url";
54
/* The filename to store the downloaded manifest.plist array */
0 commit comments