fix small lint issues

Paul Fitzpatrick 3 weeks ago
parent 8e2a0aebba
commit d88bf7dedc
No known key found for this signature in database
GPG Key ID: 07F16BF3214888F6

@ -159,7 +159,7 @@ within a sandbox isolated from other documents and isolated
from the network.
`
},
'system-user': {
info: `
It is good practice not to run Grist as the root user.

@ -509,7 +509,7 @@ isolated from other documents and isolated from the network.'),
return dom(
'div',
cssLabel(key),
dom('input', dom.prop('value', JSON.stringify(val))))
dom('input', dom.prop('value', JSON.stringify(val))));
}),
],
});

@ -190,7 +190,6 @@ const _hostHeaderProbe: Probe = {
},
};
const _sandboxingProbe: Probe = {
id: 'sandboxing',
name: 'Is document sandboxing effective',

Loading…
Cancel
Save