Hello...
I'm currently fiddling around with Mozilla's security policies; all
the settings are sounding great, but unfortunately, not everyone is
working. Especially I'm interested in disabling JavaScript per
default, so I'm writing
"""user_pref("capability.policy.default.javascript.enabled",
false);"""
and then I want to allow JavaScript only for certain sites, like:
"""user_pref("capability.policy.jsok.sites", "http://goodsite.com");
user_pref("capability.policy.jsok.javascript.enabled", true);"""
(taken from http://www.mozilla.org/projects/security/components/configPolicy.html)
But unfortunately this doesn't work. Above URL doesn't say anything
if this is already working and I don't know how to set
default.javascript.enabled. Should this already work on WinNT? What
else do I have to do?
Thanks a lot in advance!!!
bye
Chris...