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
|
// 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);
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue