Blacklist Firefox HealthReport errors
This commit is contained in:
parent
ec47a31000
commit
f0c5c50bd4
1 changed files with 2 additions and 2 deletions
|
@ -1944,13 +1944,13 @@ Components.utils.import("resource://gre/modules/Services.jsm");
|
|||
'[JavaScript Error: "this._uiElement is null',
|
||||
'Error: a._updateVisibleText is not a function',
|
||||
'[JavaScript Error: "Warning: unrecognized command line flag ',
|
||||
'[JavaScript Error: "Warning: unrecognized command line flag -foreground',
|
||||
'LibX:',
|
||||
'function skype_',
|
||||
'[JavaScript Error: "uncaught exception: Permission denied to call method Location.toString"]',
|
||||
'CVE-2009-3555',
|
||||
'OpenGL LayerManager',
|
||||
'trying to re-register CID'
|
||||
'trying to re-register CID',
|
||||
'Services.HealthReport'
|
||||
];
|
||||
|
||||
for (var i=0; i<blacklist.length; i++) {
|
||||
|
|
Loading…
Add table
Reference in a new issue