I'm currently trying to disable
netscape.security.PrivilegeManager.enablePrivilege because I want to
prevent mozilla from executing any privileged javascript code even if it
comes with a signed script (I'm configuring a mozilla which will be put on
publicly accessible computers, so I don't want random users to be able to
mess with the system using privileged javascript).
I tried to add that to prefs.js:
user_pref("capability.policy.default.netscape.security.PrivilegeManager.enablePr
ivilege", "noAccess");
but that does not seem to work (the signed script example at
http://www.mozilla.org/projects/security/components/signed-script-example.html
still works
Am I doing something wrong, or is there really no way to disable that ?
Thanks in advance,
Christophe