Reputation: 726
Site Exception List is a new security feature since sun Java 7. It can be configured on Windows through the control panel. How do I configure it on a Linux distribution?
Upvotes: 5
Views: 12616
Reputation: 3417
Just run this:
echo 'https://asafesite.com
https://another.url
https://and.anotherone.com' > ~/.java/deployment/security/exception.sites
Upvotes: 6
Reputation: 172438
You can check Adding a site to the Exception Site List and follow the steps provided there to configure Exception List on Linux.
Linux/Solaris - Run the jcontrol command.
Upvotes: 4