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:
parent
f403be2fc5
commit
6138149e6d
|
@ -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++) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user