From 8f8b32726c8cab672317a57374f34c368c27f4e7 Mon Sep 17 00:00:00 2001 From: Kyle Hagerty Date: Mon, 16 Mar 2020 13:56:35 -0500 Subject: [PATCH] update readme --- Windows/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Windows/README.md b/Windows/README.md index 35bae36..eebc9f5 100644 --- a/Windows/README.md +++ b/Windows/README.md @@ -18,4 +18,6 @@ Comment out the line in ..\jre1.8.0_xyz\lib\security\java.security: # jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024, ``` -Add the IP address of your server (https://w.x.y.z) to the security tab of the java control pannel. \ No newline at end of file +Add the IP address of your server (https://w.x.y.z) to the security tab of the java control pannel. + +Uncheck the box for "Enable Java content for browser and Web Start applications" to prevent java from accessing unsecure internet resources.