Bug 725502 - (Part 2) Disable window open dialog feature for XUL fennec. r=mbrubeck

This commit is contained in:
Margaret Leibovic 2012-03-08 15:29:33 -08:00
parent 56c8720ee7
commit f5bee9a16a

View File

@ -242,6 +242,9 @@ pref("extensions.blocklist.detailsURL", "https://www.mozilla.com/%LOCALE%/blockl
pref("dom.disable_open_during_load", true);
pref("privacy.popups.showBrowserMessage", true);
/* disable opening windows with the dialog feature */
pref("dom.disable_window_open_dialog_feature", true);
pref("keyword.enabled", true);
pref("keyword.URL", "http://www.google.com/m?ie=UTF-8&oe=UTF-8&sourceid=navclient&gfns=1&q=");