Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #21202 > unrolled thread

Applet security settings

Started byRoedy Green <see_website@mindprod.com.invalid>
First post2013-01-08 00:32 -0800
Last post2013-01-08 00:32 -0800
Articles 1 — 1 participant

Back to article view | Back to comp.lang.java.programmer


Contents

  Applet security settings Roedy Green <see_website@mindprod.com.invalid> - 2013-01-08 00:32 -0800

#21202 — Applet security settings

FromRoedy Green <see_website@mindprod.com.invalid>
Date2013-01-08 00:32 -0800
SubjectApplet security settings
Message-ID<b4mne8d5t784laa05hathnjc8uiuppe3rd@4ax.com>
Java 1.7.0_10 changed the default security settings so that you must
ok every running of every unsigned Applet to run in the sandbox where
it can't do any harm even if it tried.  If there are 10 instances of
the Applet, you must OK 10 times.  If you reload the page, you must
re-ok another 10 times.

There is box that says "do not show this again for this app". Ticking
it does nothing.

This is insane. Somebody should be shot, as Dr. Melzak used to say.

 Other that turning off security entirely, what are the magic settings
in the Java control panel to get the old sensible behaviour?. Unsigned
apps run automatically. Signed ones require Ok.
-- 
Roedy Green Canadian Mind Products http://mindprod.com
Students who hire or con others to do their homework are as foolish 
as couch potatoes who hire others to go to the gym for them. 

[toc] | [standalone]


Back to top | Article view | comp.lang.java.programmer


csiph-web