How to add Java Exception Site List for all users

Just add the following files to C:\Windows\Sun\Java\Deployment folder.

deployment.properties:

deployment.user.security.exception.sites=C:/Windows/Sun/Java/Deployment/exception.sites
deployment.system.config.mandatory=True

deployment.config:

deployment.system.config=file:///C:/Windows/Sun/Java/Deployment/deployment.properties
deployment.system.config.mandatory=True

exception.sites:

http://some.trusted.site/
https://another.trusted.site/

This would affect all users of this machine.

Via:

  • Java 7u51 – System Wide Exception Site List an article posted on Systemsynergy
  • Oracle Java SE Documentation - Deployment Configuration File and Properties
  • Oracle Java SE Documentation - Exception Site List