Skip to content

Commit eb4b3b5

Browse files
Security fix: Download OXZ list using https.
1 parent 545bc9f commit eb4b3b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/OOOXZManager.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
/* The URL for the manifest.plist array. */
4949
/* switching (temporarily maybe) to oolite.space - Nikos 20230507 */
5050
/*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";
51+
static NSString * const kOOOXZDataURL = @"https://addons.oolite.space/api/1.0/overview";
5252
/* The config parameter to use a non-default URL at runtime */
5353
static NSString * const kOOOXZDataConfig = @"oxz-index-url";
5454
/* The filename to store the downloaded manifest.plist array */

0 commit comments

Comments
 (0)