You are here

how to disable plugin check?

3 posts / 0 new
Last post
Murphy Wong
Offline
Last seen: 11 years 7 months ago
Joined: 2013-03-27 04:54
how to disable plugin check?

Dear all,

Is there a way to disable the FirefoxPortable plugin check, say by using the FirefoxPortable.ini file? Sometime, a plugincheck page will be displayed when the FFP is fired up.

Regards,
Murphy

Murphy Wong
Offline
Last seen: 11 years 7 months ago
Joined: 2013-03-27 04:54
how to disable plugin check?

I find a solution by adding the 4 lines to the Firefox Portable's ~Data/profile/prefs.js file:

user_pref("plugin.disable_full_page_plugin_for_types", "application/pdf");
user_pref("plugins.hide_infobar_for_outdated_plugin", true);
user_pref("plugins.update.notifyUser", false);
user_pref("plugins.update.url", "");

Thanks.

Gord Caswell
Gord Caswell's picture
Offline
Last seen: 1 month 2 weeks ago
DeveloperModerator
Joined: 2008-07-24 18:46
Follow mozilla's instructions

Mozilla has instructions to do so here: http://kb.mozillazine.org/Plugin_scanning

Log in or register to post comments