Blacklist "potentially vulnerable to CVE-2009-3555" error in error reports
This commit is contained in:
parent
4c46d9aa23
commit
d39957fa56
1 changed files with 2 additions and 1 deletions
|
@ -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++) {
|
||||
|
|
Loading…
Reference in a new issue