Skip to content

Commit

Permalink
Update AdditionalResources.tsx
Browse files Browse the repository at this point in the history
I changed the URL in MDN HTTP Observatory from  link: 'https://observatory.mozilla.org/', to link: 'https://developer.mozilla.org/en-US/observatory', because

MDN HTTP Observatory is launched, and Mozilla Observatory is now deprecated.

Here is the article: https://developer.mozilla.org/en-US/blog/mdn-http-observatory-launch/
  • Loading branch information
34bits authored Jul 23, 2024
1 parent c30bea9 commit 95469b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/web-check-live/components/misc/AdditionalResources.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,11 @@ const resources = [
searchLink: 'https://radar.cloudflare.com/domains/domain/{URL}',
},
{
title: 'Mozilla Observatory',
link: 'https://observatory.mozilla.org/',
title: 'Mozilla HTTP Observatory',
link: 'https://developer.mozilla.org/en-US/observatory',
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}',
searchLink: 'https://developer.mozilla.org/en-US/observatory/analyze?host={URL}',
},
{
title: 'AbuseIPDB',
Expand Down

0 comments on commit 95469b9

Please sign in to comment.