MozillaFirefox/firefox-lockdown.js
author Wolfgang Rosenauer <wr@rosenauer.org>
Thu, 22 Jul 2010 08:38:28 +0200
changeset 101 1678af7b5183
parent 36 c55ce8284eb3
permissions -rw-r--r--
Fix l10n build of Firefox - don't build sync - don't build pt_PT as the currently tagged rev is broken Prepare a bit for FF standalone build
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.printsetup", 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.hidebookmark", 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
     4
pref("config.lockdown.bookmark", 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
     5
pref("config.lockdown.history", 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
     6
pref("config.lockdown.history.set", 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
     7
pref("config.lockdown.urlbar", 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
     8
pref("config.lockdown.searchbar", 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
     9
pref("config.lockdown.toolbarediting", false);