Bug 625673 - Enable plugins by default on maemo6 r=dougt a=approval2.0

This commit is contained in:
Oleg Romashin 2011-01-18 11:01:25 +02:00
parent 1ffa0e4deb
commit 515cd29412

View File

@ -398,7 +398,11 @@ pref("browser.ui.touch.bottom", 4);
pref("browser.ui.touch.weight.visited", 120); // percentage
// plugins
#if MOZ_PLATFORM_MAEMO == 6
pref("plugin.disable", false);
#else
pref("plugin.disable", true);
#endif
pref("dom.ipc.plugins.enabled", true);
// product URLs