Bug 768521 - Suppress blocklist for desktopRT. r=myk

This commit is contained in:
Nick Desaulniers 2015-02-23 10:11:31 -08:00
Родитель f879065dcd
Коммит 0f3056f199
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -79,6 +79,8 @@ pref("dom.always_allow_move_resize_window", true);
// Disable all plugins. This has to be a non-empty string to disable plugins;
// otherwise, nsPluginHost::IsTypeWhitelisted assumes all plugins are enabled.
pref("plugin.allowed_types", " ");
// Suppress the check for outdated plugins from opening a window.
pref("extensions.blocklist.suppressUI", true);
pref("devtools.debugger.remote-enabled", true);
pref("devtools.debugger.force-local", true);