Skip to content
Snippets Groups Projects
Commit 57bbe6bb authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Make abrowser not prompt for missing flash, fixes #11678

parent 8c21cb33
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
......@@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=19
VERSION=20
. ./config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment