From 32f1a52abd42fd1d373d1702335ca8ed01c659e3 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 18 Sep 2019 05:59:11 +0000 Subject: Downgrade to an ancient and vulnerable version of Java. If you were to suspect that we have gone down the rabbit hole of downgrading to support a very specific horribly broken server, you would be right. If there's a bad idea from the dustbin of web history that this vendor didn't incorporate, I haven't found it yet: * Requires Java applets for completely stupid reasons; * Said Java applets crash unless you use an obsolete version of Java; * You have to enable Flash (with automatic activation!) just to log in; * And you can't even get that far until you downgrade TLS, because the idiots botched their implementation of that too. The hardware's OK, but the software should be nuked from orbit. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c9c418c..3020c2c 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ URL := https://storage-waterfox.netdna-ssl.com/releases/linux64/installer/waterf all: wget -N ${URL} - docker build --tag fireduck . + docker build --tag fireslug . clean: git clean -fx -- cgit v1.2.3