mozilla-xulrunner192/toolkit-lockdown.js
author Wolfgang Rosenauer <wr@rosenauer.org>
Thu, 24 Dec 2009 13:55:30 +0100
changeset 36 c55ce8284eb3
child 37 faa6691e048e
permissions -rw-r--r--
Apply the used lockdown preferences. Otherwise JS code throws exceptions which break stuff. (bnc#567131)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
36
c55ce8284eb3 Apply the used lockdown preferences. Otherwise JS code throws exceptions which break stuff. (bnc#567131)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
     1
pref("config.lockdown.showsavedpasswords", false);
c55ce8284eb3 Apply the used lockdown preferences. Otherwise JS code throws exceptions which break stuff. (bnc#567131)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
     2
pref("config.lockdown.savepage", false);
c55ce8284eb3 Apply the used lockdown preferences. Otherwise JS code throws exceptions which break stuff. (bnc#567131)
Wolfgang Rosenauer <wr@rosenauer.org>
parents:
diff changeset
     3
pref("config.lockdown.printing", false),