mozilla-xulrunner192/toolkit-lockdown.js
author Michal Vyskocil <mvyskocil@novell.com>
Mon, 26 Apr 2010 07:11:59 +0200
branchmozilla-1.9.2
changeset 71 ae404bc8e61f
parent 37 faa6691e048e
permissions -rw-r--r--
Linking to the stable api "link" makes patch version downgrades working with update alternatives (bnc#589037)
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);
37
faa6691e048e Fix typo in last changeset
Wolfgang Rosenauer <wr@rosenauer.org>
parents: 36
diff changeset
     3
pref("config.lockdown.printing", false);