Blacklist "potentially vulnerable to CVE-2009-3555" error in error reports

This commit is contained in:
Dan Stillman 2010-05-05 16:07:34 +00:00
parent 4c46d9aa23
commit d39957fa56

View file

@ -724,7 +724,8 @@ var Zotero = new function(){
'[JavaScript Error: "Warning: unrecognized command line flag -foreground',
'LibX:',
'function skype_',
'[JavaScript Error: "uncaught exception: Permission denied to call method Location.toString"]'
'[JavaScript Error: "uncaught exception: Permission denied to call method Location.toString"]',
'potentially vulnerable to CVE-2009-3555'
];
for (var i=0; i<blacklist.length; i++) {