commit 521ab94e35ea8dcc4b19090a7e832dfac82c0a9e
parent bbc8f7812c78ed64357ec04b1dda47afe24f71b2
Author: Dan Stillman <dstillman@zotero.org>
Date: Fri, 6 Aug 2010 17:52:33 +0000
Ignore any mention of CVE-2009-3555 in error messages
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js
@@ -737,7 +737,7 @@ var Zotero = new function(){
'LibX:',
'function skype_',
'[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++) {