mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 625673 - Enable plugins by default on maemo6 r=dougt a=approval2.0
This commit is contained in:
parent
1ffa0e4deb
commit
515cd29412
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user