Blocklisting: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Blocklisting is the ability to disable errant add-ons and plugins for all Firefox users. The [http://www.mozilla.com/blocklist/ current list of blocklisted items] is published to mozilla.com
= Blocklisting Policy =
= Blocklisting Policy =


Line 9: Line 11:
** before we work with author/vendor to send out an update, so don't block the most recent version of a major addon/plugin
** before we work with author/vendor to send out an update, so don't block the most recent version of a major addon/plugin
** for minor bugs for non-popular addons/plugins (crashes on event calls, messed up UI, etc.)
** for minor bugs for non-popular addons/plugins (crashes on event calls, messed up UI, etc.)


= How to Blocklist an Add-on =
= How to Blocklist an Add-on =
Line 15: Line 16:
# include extension guid, extension versions to be blocklisted and all affected appliction guids and version ranges
# include extension guid, extension versions to be blocklisted and all affected appliction guids and version ranges
# submit the bug and make sure to reference any related bugs
# submit the bug and make sure to reference any related bugs
= More Information =
* See here for additional [[Extension_Blocklisting|details & information about blocklisting]]

Revision as of 23:50, 17 March 2008

Blocklisting is the ability to disable errant add-ons and plugins for all Firefox users. The current list of blocklisted items is published to mozilla.com

Blocklisting Policy

  • Block add-ons & plugins:
    • with versions with known vulnerabilities or major user-facing issues
    • with version ranges with known vulnerabilities
    • with fatal bugs (client crashes on startup or something causing an endless loop of unusability)
  • Don't block:
    • before we work with author/vendor to send out an update, so don't block the most recent version of a major addon/plugin
    • for minor bugs for non-popular addons/plugins (crashes on event calls, messed up UI, etc.)

How to Blocklist an Add-on

  1. file a Blocklisting bug
  2. include extension guid, extension versions to be blocklisted and all affected appliction guids and version ranges
  3. submit the bug and make sure to reference any related bugs

More Information