Make abrowser not prompt for missing flash, fixes #11678

This commit is contained in:
Rubén Rodríguez 2014-05-11 04:28:21 +02:00
parent 8c21cb332e
commit 57bbe6bb2e
2 changed files with 2 additions and 1 deletions

View file

@ -15,6 +15,7 @@ pref("browser.search.order.extra.duckduckgo", "DuckDuckGo (SSL)");
// Disable plugin installer // Disable plugin installer
pref("plugins.hide_infobar_for_missing_plugin", true); pref("plugins.hide_infobar_for_missing_plugin", true);
pref("plugins.hide_infobar_for_outdated_plugin", true); pref("plugins.hide_infobar_for_outdated_plugin", true);
pref("plugins.notifyMissingFlash", false);
//Speeding it up //Speeding it up
pref("network.http.pipelining", true); pref("network.http.pipelining", true);

View file

@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=19 VERSION=20
. ./config . ./config