Mojira Archive
MCL-8420

Legacy: Launcher loads Minecraft tumblr page unencrypted

The bug

The Minecraft tumblr page is loaded unencrypted by the Java Minecraft launcher:

net.minecraft.launcher.ui.LauncherPanel.createLauncherInterface
protected JPanel createLauncherInterface() {
    JPanel result = new JPanel(new BorderLayout());
    
    this.tabPanel.getBlog().setPage("http://mcupdate.tumblr.com");
    ...
}

It might be good to remove it complete since no new content is posted on this page anymore.

Affected versions

Currently tracked here since selectable launcher versions here in Mojira are not always up to date

  • 1.6.84-j

Duplicate

Marcono1234

2017-10-28, 08:55 PM

2019-06-18, 10:19 AM

2019-06-18, 10:19 AM

1

2

Confirmed

tumblr

1.6.76 (java)

-