Disable XULRunner/Firefox Plugins user/tsbere/no_xulrunner_plugins
authorThomas Berezansky <tsbere@mvlc.org>
Thu, 25 Apr 2013 15:05:51 +0000 (11:05 -0400)
committerThomas Berezansky <tsbere@mvlc.org>
Thu, 25 Apr 2013 15:05:51 +0000 (11:05 -0400)
We don't actually need them, and they may cause hard to diagnose issues.

Note: This does not disable *extensions*.

Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Open-ILS/xul/staff_client/defaults/preferences/standalone_xul_app.js

index 65d995a..2585ccc 100644 (file)
@@ -71,3 +71,6 @@ pref("extensions.getMoreThemesURL", "chrome://mozapps/locale/extensions/extensio
 pref("network.protocol-handler.warn-external.http", false);
 pref("network.protocol-handler.warn-external.https", false);
 pref("network.protocol-handler.warn-external.ftp", false);
+
+// No plugins from Firefox!
+pref("plugin.disable", true);