Ahh i got it already
https://blogs.oracle.com/java-platform-group/entry/upcoming_exception_site_list_in
1. Create 3 new files and store them in C:\Windows\Sun\Java\Deployment. You'll need to create this directory path.
1a. deployment.config
1b. deployment.properties
1c. exception.sites
2. The deployment.config file should look like this:
deployment.system.config.mandatory=FALSE
deployment.system.config=file:///C:/Windows/Sun/Java/Deployment/deployment.properties
3. The deployment.properties file should look like this:
deployment.security.level=HIGH
deployment.security.level.locked
deployment.user.security.exception.sites=C\:\\Windows\\Sun\\Java\\Deployment\\exception.sites
deployment.user.security.exception.sites.locked
4. The exception.sites file should contain the URL(s) of sites you would like added to the Exception Site list. One URL per line, and should end with a / character.
Once all 3 files are created and placed in the correct directory, the Java 51 console will use these settings to Set the Security Level to High and populate the Exception Sites list. Both of these setting will also be locked from being edited by a user with the Java console.