From 57bbe6bb2e3c3b8e22c975b27d24eb95c26720c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Rodr=C3=ADguez?= <ruben@trisquel.info> Date: Sun, 11 May 2014 04:28:21 +0200 Subject: [PATCH] Make abrowser not prompt for missing flash, fixes #11678 --- helpers/DATA/firefox/settings.js | 1 + helpers/make-firefox | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/helpers/DATA/firefox/settings.js b/helpers/DATA/firefox/settings.js index fed5df106..6bb70ce8c 100644 --- a/helpers/DATA/firefox/settings.js +++ b/helpers/DATA/firefox/settings.js @@ -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); diff --git a/helpers/make-firefox b/helpers/make-firefox index 0aff29929..5f87aae02 100644 --- a/helpers/make-firefox +++ b/helpers/make-firefox @@ -17,7 +17,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=19 +VERSION=20 . ./config -- GitLab