update readme

This commit is contained in:
Kyle Hagerty 2020-03-16 13:56:35 -05:00
parent 0bee29b000
commit 8f8b32726c

View File

@ -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, # 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. 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.