commit 6138149e6dd72cbb5feb6c2e5cb33dbf432a6799
parent f403be2fc5da4100b1a64378e23eaeb6336c2759
Author: Simon Kornblith <simon@simonster.com>
Date: Mon, 13 Feb 2012 20:43:42 -0500
Blacklist "trying to re-register CID" error, which is produced by integration plugins because Firefox version detection for XPCOM components is hard
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git 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<blacklist.length; i++) {