Update AdditionalResources.tsx

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/
This commit is contained in:
NGN 2024-07-23 08:29:48 +03:00 committed by GitHub
parent c30bea943b
commit 95469b971f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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',