diff --git a/mobile/app/mobile.js b/mobile/app/mobile.js index f9af29755dfe..d3f32ed16f89 100644 --- a/mobile/app/mobile.js +++ b/mobile/app/mobile.js @@ -376,7 +376,9 @@ pref("privacy.item.geolocation", true); pref("privacy.item.siteSettings", true); pref("privacy.item.syncAccount", true); +#ifdef MOZ_PLATFORM_MAEMO pref("plugins.force.wmode", "opaque"); +#endif // URL to the Learn More link XXX this is the firefox one. Bug 495578 fixes this. pref("browser.geolocation.warning.infoURL", "http://www.mozilla.com/%LOCALE%/firefox/geolocation/"); @@ -438,7 +440,7 @@ pref("browser.ui.touch.weight.visited", 120); // percentage pref("plugin.disable", false); pref("dom.ipc.plugins.enabled", true); #elifdef ANDROID -pref("plugin.disable", true); +pref("plugin.disable", false); pref("dom.ipc.plugins.enabled", false); #else pref("plugin.disable", true);