We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8521f9 commit bacb156Copy full SHA for bacb156
apps/app/Info.plist
@@ -18,5 +18,25 @@
18
<string>A Minecraft mod wants to access your camera.</string>
19
<key>NSMicrophoneUsageDescription</key>
20
<string>A Minecraft mod wants to access your microphone.</string>
21
+ <key>NSAppTransportSecurity</key>
22
+ <dict>
23
+ <key>NSExceptionDomains</key>
24
25
+ <key>asset.localhost</key>
26
27
+ <key>NSExceptionAllowsInsecureHTTPLoads</key>
28
+ <true/>
29
+ <key>NSIncludesSubdomains</key>
30
31
+ </dict>
32
+ <key>textures.minecraft.net</key>
33
34
35
36
37
38
39
40
41
</dict>
42
</plist>
0 commit comments