From 6138149e6dd72cbb5feb6c2e5cb33dbf432a6799 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Mon, 13 Feb 2012 20:43:42 -0500 Subject: [PATCH] Blacklist "trying to re-register CID" error, which is produced by integration plugins because Firefox version detection for XPCOM components is hard --- chrome/content/zotero/xpcom/zotero.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index 1bcc56bd1..7f4014263 100644 --- a/chrome/content/zotero/xpcom/zotero.js +++ b/chrome/content/zotero/xpcom/zotero.js @@ -1884,7 +1884,8 @@ const ZOTERO_CONFIG = { 'function skype_', '[JavaScript Error: "uncaught exception: Permission denied to call method Location.toString"]', 'CVE-2009-3555', - 'OpenGL LayerManager' + 'OpenGL LayerManager', + 'trying to re-register CID' ]; for (var i=0; i