mirror of
https://github.com/zotero/zotero.git
synced 2026-09-20 00:12:49 +00:00
Blacklist OpenGL errors
This commit is contained in:
parent
82a7dbee68
commit
a9f341a141
1 changed files with 2 additions and 1 deletions
|
|
@ -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++) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue