static BufferedImage imageIO_readURL(S url) { if (startsWith(url, "https:")) // Java is still buggy there :( disableCertificateValidation(); ret ImageIO.read(new URL(url)); }