mirror of
https://github.com/Lissy93/web-check.git
synced 2025-02-10 23:49:38 +01:00
Re-order fetch requests, and progress bar text to match the UI
This commit is contained in:
parent
749a61358c
commit
d805848dd7
@ -186,42 +186,42 @@ export interface LoadingJob {
|
|||||||
const jobNames = [
|
const jobNames = [
|
||||||
'get-ip',
|
'get-ip',
|
||||||
'location',
|
'location',
|
||||||
'headers',
|
|
||||||
'domain',
|
|
||||||
'dns',
|
|
||||||
'dns-server',
|
|
||||||
'tech-stack',
|
|
||||||
'hosts',
|
|
||||||
'quality',
|
|
||||||
'cookies',
|
|
||||||
'ssl',
|
'ssl',
|
||||||
|
'domain',
|
||||||
|
'quality',
|
||||||
|
'tech-stack',
|
||||||
'server-info',
|
'server-info',
|
||||||
'redirects',
|
'cookies',
|
||||||
'robots-txt',
|
'headers',
|
||||||
'dnssec',
|
'dns',
|
||||||
'status',
|
'hosts',
|
||||||
'ports',
|
|
||||||
'screenshot',
|
|
||||||
'txt-records',
|
|
||||||
'sitemap',
|
|
||||||
'hsts',
|
|
||||||
'security-txt',
|
|
||||||
'social-tags',
|
|
||||||
'linked-pages',
|
|
||||||
'mail-config',
|
|
||||||
// 'whois',
|
|
||||||
'features',
|
|
||||||
'carbon',
|
|
||||||
'trace-route',
|
|
||||||
'firewall',
|
|
||||||
'http-security',
|
'http-security',
|
||||||
'rank',
|
'social-tags',
|
||||||
'archives',
|
'trace-route',
|
||||||
'block-lists',
|
'security-txt',
|
||||||
|
'dns-server',
|
||||||
|
'firewall',
|
||||||
|
'dnssec',
|
||||||
|
'hsts',
|
||||||
'threats',
|
'threats',
|
||||||
|
'mail-config',
|
||||||
|
'archives',
|
||||||
|
'rank',
|
||||||
|
'screenshot',
|
||||||
'tls-cipher-suites',
|
'tls-cipher-suites',
|
||||||
'tls-security-config',
|
'tls-security-config',
|
||||||
'tls-client-support',
|
'tls-client-support',
|
||||||
|
'redirects',
|
||||||
|
'linked-pages',
|
||||||
|
'robots-txt',
|
||||||
|
'status',
|
||||||
|
'ports',
|
||||||
|
// 'whois',
|
||||||
|
'txt-records',
|
||||||
|
'block-lists',
|
||||||
|
'features',
|
||||||
|
'sitemap',
|
||||||
|
'carbon',
|
||||||
] as const;
|
] as const;
|
||||||
|
|
||||||
export const initialJobs = jobNames.map((job: string) => {
|
export const initialJobs = jobNames.map((job: string) => {
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user