commit a9f341a141d56befaa310d1b2f50ddd86198e2e4
parent 82a7dbee6841d39d173b68d26aba0cc4b604a96b
Author: Dan Stillman <dstillman@zotero.org>
Date: Wed, 10 Aug 2011 19:58:44 +0000
Blacklist OpenGL errors
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js
@@ -1183,7 +1183,8 @@ if(appInfo.platformVersion[0] >= 2) {
'LibX:',
'function skype_',
'[JavaScript Error: "uncaught exception: Permission denied to call method Location.toString"]',
- 'CVE-2009-3555'
+ 'CVE-2009-3555',
+ 'OpenGL LayerManager'
];
for (var i=0; i<blacklist.length; i++) {