Holger Metzger <[EMAIL PROTECTED]> wrote:
> On 2/8/2002 11:07 AM, Eric Lussard wrote:
>
> > Is there a preference to disable the installation popup when a site
> > uses a plugin that is not installed in my mozilla (0.9.8)?
>
> I think deleting npnul32.dll should do that.
Ahhh, this seems to work. I removed libnullplugin.so (sorry,
forgot to mention that I'm using linux).
After restarting the browser and loading a page with a plugin
it provides me an option to disable the dialog box. The
resulting entry in the preferences file is:
user_pref("plugin.display_plugin_downloader_dialog", false);
Eric