From bacb1561d5db9ff8b7534e932f4818efae937516 Mon Sep 17 00:00:00 2001
From: Prospector <6166773+Prospector@users.noreply.github.com>
Date: Sun, 6 Jul 2025 15:31:55 -0700
Subject: [PATCH] Allow http from asset.localhost and textures.minecraft.net on
mac (#3922)
---
apps/app/Info.plist | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/apps/app/Info.plist b/apps/app/Info.plist
index 2e875fe1f..844d3a25f 100644
--- a/apps/app/Info.plist
+++ b/apps/app/Info.plist
@@ -18,5 +18,25 @@
A Minecraft mod wants to access your camera.
NSMicrophoneUsageDescription
A Minecraft mod wants to access your microphone.
+ NSAppTransportSecurity
+
+ NSExceptionDomains
+
+ asset.localhost
+
+ NSExceptionAllowsInsecureHTTPLoads
+
+ NSIncludesSubdomains
+
+
+ textures.minecraft.net
+
+ NSExceptionAllowsInsecureHTTPLoads
+
+ NSIncludesSubdomains
+
+
+
+