www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit d39957fa56615c15fee15c8e77cf46a70a03984f
parent 4c46d9aa23e9458461684635676f38ec1664574f
Author: Dan Stillman <dstillman@zotero.org>
Date:   Wed,  5 May 2010 16:07:34 +0000

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


Diffstat:
Mchrome/content/zotero/xpcom/zotero.js | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js @@ -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++) {