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 7210927ab7
commit 21e2c426e1

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=");