Adds docs for whois domain info, and updates progress order

This commit is contained in:
Alicia Sykes
2023-07-17 23:07:18 +01:00
parent eea6929071
commit 08df0aaf20
2 changed files with 19 additions and 4 deletions

View File

@ -183,23 +183,25 @@ export interface LoadingJob {
const jobNames = [
'get-ip',
'location',
'ssl',
'headers',
'domain',
'dns',
'whois',
'hosts',
'lighthouse',
'cookies',
'trace-route',
'server-info',
'redirects',
'robots-txt',
'dnssec',
'status',
'ports',
'screenshot',
'txt-records',
'hsts',
'whois',
'features',
'carbon',
'headers',
'trace-route',
] as const;
export const initialJobs = jobNames.map((job: string) => {