Blocklisting/Testing: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Updated testing info)
No edit summary
Line 14: Line 14:
#* Restart Firefox
#* Restart Firefox
# Open Browser Console (Tools > Web Developer > Browser Console)
# Open Browser Console (Tools > Web Developer > Browser Console)
# Paste and run this snippet:
# Before https://bugzilla.mozilla.org/show_bug.cgi?id=1618188 was fixed , paste and run this snippet:
   Components.classes["@mozilla.org/extensions/blocklist;1"].getService(Components.interfaces.nsITimerCallback).notify(null);
   Components.classes["@mozilla.org/extensions/blocklist;1"].getService(Components.interfaces.nsITimerCallback).notify(null);
# After https://bugzilla.mozilla.org/show_bug.cgi?id=1618188 is fixed, paste and run this snippet:
  const {ExtensionBlocklistRS} = ChromeUtils.import("resource://gre/modules/Blocklist.jsm", null); ExtensionBlocklistRS._client.verifySignature = false; ExtensionBlocklistRS.sync();


= Testing Graphics Blocklist entries =
= Testing Graphics Blocklist entries =
181

edits

Navigation menu