Skip to content

Commit

Permalink
Merge pull request #122 from GreyXor/master
Browse files Browse the repository at this point in the history
feat: add external mozilla observatory tool
  • Loading branch information
Lissy93 authored Apr 12, 2024
2 parents affec03 + 0d484e3 commit da75fb2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/misc/AdditionalResources.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,13 @@ const resources = [
description: 'View traffic source locations for a domain through Cloudflare',
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 => {
Expand Down

0 comments on commit da75fb2

Please sign in to comment.