Consultor Eletrônico



Kbase 18156: How To avoid security dialogs from Apptivity IDE in Netscape
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   28/12/1998
How To avoid security dialogs from Apptivity IDE in Netscape

It is possible to disable security dialogs when running a Java
application from the Apptivity IDE using the Netscape browser.
To do this add the 3 lines below at the beginning of prefs.js.
The security dialogs that may result if these preferences are not
enabled result from loading classes locally.

user_pref("signed.applets.local_classes_have_30_powers", true);
user_pref("signed.applets.low_security_for_local_classes", true);
user_pref("signed.applets.simulate_signatures_on_system_classes", true
);


UTF
7/30/98