Bug 599794 - Disable plugins for b1 [r=mfinkle]

This commit is contained in:
Benjamin Stover 2010-09-27 15:36:36 -07:00
parent 00fa3cf59b
commit f351181c9d

View File

@ -386,13 +386,8 @@ pref("browser.ui.touch.bottom", 4);
pref("browser.ui.touch.weight.visited", 120); // percentage
// plugins
#if ANDROID
pref("plugin.disable", true);
pref("dom.ipc.plugins.enabled", false);
#else
pref("plugin.disable", false);
pref("dom.ipc.plugins.enabled", true);
#endif
// product URLs
// The breakpad report server to link to in about:crashes