Ignore any mention of CVE-2009-3555 in error messages

This commit is contained in:
Dan Stillman 2010-08-06 17:52:33 +00:00
parent bbc8f7812c
commit 521ab94e35

View file

@ -737,7 +737,7 @@ var Zotero = new function(){
'LibX:', 'LibX:',
'function skype_', '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' 'CVE-2009-3555'
]; ];
for (var i=0; i<blacklist.length; i++) { for (var i=0; i<blacklist.length; i++) {