Blacklist spurious warnings about word processor plugin update manifests
This commit is contained in:
parent
c83de8a6ea
commit
7d41047a9d
1 changed files with 2 additions and 1 deletions
|
@ -2110,7 +2110,8 @@ Services.scriptloader.loadSubScript("resource://zotero/polyfill.js");
|
||||||
'Sync.Engine.Tabs',
|
'Sync.Engine.Tabs',
|
||||||
'content-sessionStore.js',
|
'content-sessionStore.js',
|
||||||
'org.mozilla.appSessions',
|
'org.mozilla.appSessions',
|
||||||
'bad script XDR magic number'
|
'bad script XDR magic number',
|
||||||
|
'did not contain an updates property',
|
||||||
];
|
];
|
||||||
|
|
||||||
for (var i=0; i<blacklist.length; i++) {
|
for (var i=0; i<blacklist.length; i++) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue