181
edits
Line 16: | Line 16: | ||
# Before https://bugzilla.mozilla.org/show_bug.cgi?id=1618188 was fixed , 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 the snippet : | |||
# After https://bugzilla.mozilla.org/show_bug.cgi?id=1618188 is fixed, paste and run the snippet | |||
const {ExtensionBlocklistRS} = ChromeUtils.import("resource://gre/modules/Blocklist.jsm", null); ExtensionBlocklistRS._client.verifySignature = false; ExtensionBlocklistRS.sync(); | const {ExtensionBlocklistRS} = ChromeUtils.import("resource://gre/modules/Blocklist.jsm", null); ExtensionBlocklistRS._client.verifySignature = false; ExtensionBlocklistRS.sync(); | ||
edits