5

I have absolutely zero desire for Firefox to have flash and any other 3rd party plugins installed for rendering web content.

Many times when I view web pages I get presented with obnoxious dialogs requesting me to install these 3rd party plugins. Is there any way to completely disable this?

2 Answers2

7

For Firefox v22 or less

  1. Go to about:config
  2. Search for plugins.hide_infobar_for_missing_plugin and set its value to true.

The MozillaZine Knowledge base article on this config settings says

In Firefox, if media embedded in the page require a plugin that is not currently installed, an information bar is displayed at the top of the page allowing the user to install the required plugin. This preference will hide the information bar even if plugins are missing.

This sounds exactly like what you want to do...

For Firefox v23 or greater

The plugins.hide_infobar_for_missing_plugin config setting has been merged with plugins.notifyMissingFlash. See these bug reports on Bugzilla for more details: 869191, 870112.

  1. Go to about:config
  2. Search for plugins.notifyMissingFlash and set its value to false.

Note that from what I've read this only works for the Flash player plugin.

Alternative Option

When you get the infobar, next to the Install Flash button, there should be an arrow. If you click on this there should be an option that says Don't ask again

Firefox Missing Plugin Don't ask again

Drew Chapin
  • 6,270
3

Not sure about other plugins but at least for Flash

Go to about:config

Set notifyMissingFlash to False (double-click on it to toggle)

justbrowsing
  • 2,709