Make abrowser not prompt for missing flash, fixes #11678
This commit is contained in:
parent
8c21cb332e
commit
57bbe6bb2e
2 changed files with 2 additions and 1 deletions
|
|
@ -15,6 +15,7 @@ pref("browser.search.order.extra.duckduckgo", "DuckDuckGo (SSL)");
|
|||
// Disable plugin installer
|
||||
pref("plugins.hide_infobar_for_missing_plugin", true);
|
||||
pref("plugins.hide_infobar_for_outdated_plugin", true);
|
||||
pref("plugins.notifyMissingFlash", false);
|
||||
|
||||
//Speeding it up
|
||||
pref("network.http.pipelining", true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue