зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1040996 - disable Flash in the desktop runtime; r=marco
This commit is contained in:
Родитель
4ab6127752
Коммит
3274c04222
|
@ -77,7 +77,9 @@ pref("dom.payment.provider.0.requestMethod", "GET");
|
|||
// Enable window resize and move
|
||||
pref("dom.always_allow_move_resize_window", true);
|
||||
|
||||
pref("plugin.allowed_types", "application/x-shockwave-flash,application/futuresplash");
|
||||
// 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", " ");
|
||||
|
||||
pref("devtools.debugger.remote-enabled", true);
|
||||
pref("devtools.debugger.force-local", true);
|
||||
|
|
Загрузка…
Ссылка в новой задаче