mirror of
https://github.com/Lissy93/web-check.git
synced 2025-05-22 07:00:45 +02:00
Merge pull request #122 from GreyXor/master
feat: add external mozilla observatory tool
This commit is contained in:
commit
da75fb25d7
@ -204,6 +204,13 @@ const resources = [
|
|||||||
description: 'View traffic source locations for a domain through Cloudflare',
|
description: 'View traffic source locations for a domain through Cloudflare',
|
||||||
searchLink: 'https://radar.cloudflare.com/domains/domain/{URL}',
|
searchLink: 'https://radar.cloudflare.com/domains/domain/{URL}',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'Mozilla Observatory',
|
||||||
|
link: 'https://observatory.mozilla.org/',
|
||||||
|
icon: 'https://i.ibb.co/hBWh9cj/logo-mozm-5e95c457fdd1.png',
|
||||||
|
description: 'Assesses website security posture by analyzing various security headers and practices',
|
||||||
|
searchLink: 'https://observatory.mozilla.org/analyze/{URL}',
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
const makeLink = (resource: any, scanUrl: string | undefined): string => {
|
const makeLink = (resource: any, scanUrl: string | undefined): string => {
|
||||||
|
Loading…
Reference in New Issue
Block a user