Blacklist "trying to re-register CID" error, which is produced by integration plugins because Firefox version detection for XPCOM components is hard

This commit is contained in:
Simon Kornblith 2012-02-13 20:43:42 -05:00
parent f403be2fc5
commit 6138149e6d

View File

@ -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++) {