Skip to content

Commit 73b3f48

Browse files
authored
Update microsoft URI from HTTP to HTTPS - #1513 (#1514)
1 parent 4fd9a47 commit 73b3f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/utils/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const MC_MANIFEST_URL =
22
'https://launchermeta.mojang.com/mc/game/version_manifest.json';
3-
export const MC_RESOURCES_URL = 'http://resources.download.minecraft.net';
3+
export const MC_RESOURCES_URL = 'https://resources.download.minecraft.net';
44
export const FABRIC_APIS = 'https://meta.fabricmc.net/v2';
55
export const GDL_LEGACYJAVAFIXER_MOD_URL =
66
'https://gdevs.io/legacyjavafixer-1.0.jar';

0 commit comments

Comments
 (0)