diff src/goodjava/io/IoUtils.java @ 1981:ad312de2a30e

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 27 Jun 2025 19:51:12 -0600
parents 745f756e719b
children
line wrap: on
line diff
--- a/src/goodjava/io/IoUtils.java	Fri Jun 27 17:51:16 2025 -0600
+++ b/src/goodjava/io/IoUtils.java	Fri Jun 27 19:51:12 2025 -0600
@@ -159,7 +159,7 @@
 
 
 	static {
-		// undo restrictions of modern scum
+		// undo stupid modern restrictions
 		Security.setProperty("jdk.tls.disabledAlgorithms","SSLv3, RC4, DES, MD5withRSA, DH keySize < 1024, EC keySize < 224, 3DES_EDE_CBC");
 	}