From 95469b971f832a933e3e9d6eb9c4ab29de5138e7 Mon Sep 17 00:00:00 2001 From: NGN <108784453+34bits@users.noreply.github.com> Date: Tue, 23 Jul 2024 08:29:48 +0300 Subject: [PATCH] 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/ --- src/web-check-live/components/misc/AdditionalResources.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/web-check-live/components/misc/AdditionalResources.tsx b/src/web-check-live/components/misc/AdditionalResources.tsx index a89ea24..c4891f8 100644 --- a/src/web-check-live/components/misc/AdditionalResources.tsx +++ b/src/web-check-live/components/misc/AdditionalResources.tsx @@ -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',