Blocklisting/Testing

From MozillaWiki
Jump to navigation Jump to search

Testing Blocklist

To test a staged block:

  1. Go to about:config, find the extensions.blocklist.url pref and change the addons.mozilla.org part of the value to addons.allizom.org
  2. Open Error Console
  3. Paste and run this snippet:
 Components.classes["@mozilla.org/extensions/blocklist;1"].getService(Components.interfaces.nsITimerCallback).notify(null);