mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-02-17 17:09:55 +08:00
Disable message pattern lookup by default
This commit is contained in:
parent
55092326a4
commit
c31269a358
@ -178,6 +178,9 @@ public class DefaultLauncher extends Launcher {
|
||||
|
||||
res.addDefault("-Dfml.ignoreInvalidMinecraftCertificates=", "true");
|
||||
res.addDefault("-Dfml.ignorePatchDiscrepancies=", "true");
|
||||
|
||||
// Fix RCE vulnerability of log4j2
|
||||
res.addDefault("-Dlog4j2.formatMsgNoLookups=", "true");
|
||||
}
|
||||
|
||||
Proxy proxy = options.getProxy();
|
||||
|
Loading…
Reference in New Issue
Block a user