Blacklist additional errors
This commit is contained in:
parent
59f534d56f
commit
c986e6106b
1 changed files with 5 additions and 1 deletions
|
@ -2036,7 +2036,11 @@ Components.utils.import("resource://gre/modules/Services.jsm");
|
|||
'[JavaScript Error: "this.docShell is null"',
|
||||
'[JavaScript Error: "downloadable font:',
|
||||
'[JavaScript Error: "Image corrupt or truncated:',
|
||||
'[JavaScript Error: "The character encoding of the'
|
||||
'[JavaScript Error: "The character encoding of the',
|
||||
'nsLivemarkService.js',
|
||||
'Sync.Engine.Tabs',
|
||||
'content-sessionStore.js',
|
||||
'org.mozilla.appSessions'
|
||||
];
|
||||
|
||||
for (var i=0; i<blacklist.length; i++) {
|
||||
|
|
Loading…
Add table
Reference in a new issue