Fix for 123352. 5.0SF1-In P0 bug. Approved by Don. Reviewed by waterson. Default simulate_signature_on_system_classes to true until we get signed system classes working.
git-svn-id: svn://10.0.0.236/trunk@3648 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -101,9 +101,9 @@ pref("security.canotices.VeriSignInc.notice3",
|
||||
|
||||
pref("signed.applets.DefaultTo30Security", false);
|
||||
pref("signed.applets.securityIsOn", true);
|
||||
pref("signed.applets.codebase_principal_support", false);
|
||||
pref("signed.applets.codebase_principal_support", true);
|
||||
pref("signed.applets.local_classes_have_30_powers", false);
|
||||
pref("signed.applets.capabilitiesDB.lock_to_current", false);
|
||||
pref("signed.applets.low_security_for_local_classes", false);
|
||||
pref("signed.applets.simulate_signatures_on_system_classes", false);
|
||||
pref("signed.applets.simulate_signatures_on_system_classes", true);
|
||||
pref("signed.applets.verbose_security_exception", false);
|
||||
|
||||
Reference in New Issue
Block a user