From 75fc94d446a554f3ac289219db5ce95419a1e886 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 19 Dec 2012 14:28:28 +0100 Subject: [PATCH] Load Services.jsm and don't disable popup blocker --- root/usr/share/mozilla-mcd/firefox.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/root/usr/share/mozilla-mcd/firefox.php b/root/usr/share/mozilla-mcd/firefox.php index 93aad45..2dbe4f3 100644 --- a/root/usr/share/mozilla-mcd/firefox.php +++ b/root/usr/share/mozilla-mcd/firefox.php @@ -39,6 +39,9 @@ else { } ?> +// Load Services.jsm, might be usefull +Components.utils.import("resource://gre/modules/Services.jsm"); + // Disable auto updates ("app.update.enabled", false); ("app.update.auto", false); @@ -67,10 +70,6 @@ if ($pref == 'defaultPref'){ // Do not check for default browser ("browser.shell.checkDefaultBrowser", false); -// Disable popup blocker -// not that very useful anymore, and blocks legitim popups from SOGo -("dom.disable_open_during_load", false); - // Block 3rd party cookies ("network.cookie.cookieBehavior", 1);