mozilla-xulrunner20/toolkit-lockdown.js
author Wolfgang Rosenauer <wr@rosenauer.org>
Thu, 02 Sep 2010 00:07:23 +0200
changeset 154 e8d6420a4212
parent 99 e7df24b73a40
permissions -rw-r--r--
integrate compare-locales into build to merge missing translations with en-US
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);