зеркало из https://github.com/mozilla/pjs.git
Bug 625673 - Enable plugins by default on maemo6 r=dougt a=approval2.0
This commit is contained in:
Родитель
10071c0c06
Коммит
c22af0a692
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче