Skip to content

Commit

Permalink
chore(report): update Mozilla Observatory url (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjlevesque authored Sep 7, 2024
1 parent 588681b commit 889d4bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion report/www/src/components/HTTP.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion report/www/src/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
},
"http": {
"label": "Mozilla HTTP observatory",
"url": "https://observatory.mozilla.org/",
"url": "https://developer.mozilla.org/fr/observatory",
"tags": [
"security"
],
Expand Down
2 changes: 1 addition & 1 deletion report/www/src/tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 889d4bc

Please sign in to comment.