From 7346ab33c5198246d1e7c8fbe99d37df7c3229ad Mon Sep 17 00:00:00 2001 From: Benjamin Levesque <14175665+benjlevesque@users.noreply.github.com> Date: Fri, 6 Sep 2024 18:21:12 +0200 Subject: [PATCH] chore(report): update Mozilla Observatory url --- report/www/src/components/HTTP.tsx | 2 +- report/www/src/tools.json | 2 +- report/www/src/tools.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/report/www/src/components/HTTP.tsx b/report/www/src/components/HTTP.tsx index 47765636..47e51331 100644 --- a/report/www/src/components/HTTP.tsx +++ b/report/www/src/components/HTTP.tsx @@ -150,7 +150,7 @@ export const HTTP = ({ data }: HTTPProps) => { } const url = (data && - `https://observatory.mozilla.org/analyze/${smallUrl( + `https://developer.mozilla.org/fr/observatory/analyze?host=${smallUrl( data.url.replace(/^(https?:\/\/[^/]+).*/, "$1") )}`) || null; diff --git a/report/www/src/tools.json b/report/www/src/tools.json index 23fb8cc1..60bcf33e 100644 --- a/report/www/src/tools.json +++ b/report/www/src/tools.json @@ -64,7 +64,7 @@ }, "http": { "label": "Mozilla HTTP observatory", - "url": "https://observatory.mozilla.org/", + "url": "https://developer.mozilla.org/fr/observatory", "tags": [ "security" ], diff --git a/report/www/src/tools.yaml b/report/www/src/tools.yaml index 09e2992e..52deff17 100644 --- a/report/www/src/tools.yaml +++ b/report/www/src/tools.yaml @@ -97,7 +97,7 @@ testssl: http: label: Mozilla HTTP observatory - url: https://observatory.mozilla.org/ + url: https://developer.mozilla.org/fr/observatory tags: - security description: |