@@ -1312,7 +1312,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- © Alicia Sykes 2023
+ © Alicia Sykes 2024
Licensed under MIT

Thanks for visiting :)
From 31604132fa43d75949e79ca0c400ad38943805b2 Mon Sep 17 00:00:00 2001
From: "Nikolaos G. Ntaiko" <108784453+34bits@users.noreply.github.com>
Date: Tue, 3 Sep 2024 17:24:57 +0300
Subject: [PATCH 2/3] Update Footer.tsx
I updated the copyright year from 2023 to 2024
---
src/web-check-live/components/misc/Footer.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/web-check-live/components/misc/Footer.tsx b/src/web-check-live/components/misc/Footer.tsx
index 22acecb..e49dc57 100644
--- a/src/web-check-live/components/misc/Footer.tsx
+++ b/src/web-check-live/components/misc/Footer.tsx
@@ -53,7 +53,7 @@ const Footer = (props: { isFixed?: boolean }): JSX.Element => {
Web-Check is
licensed under MIT -
- © Alicia Sykes 2023
+ © Alicia Sykes 2024
);
From 82eea0c7b235b613085f2d3ce585450d0aba26a0 Mon Sep 17 00:00:00 2001
From: "Nikolaos G. Ntaiko" <108784453+34bits@users.noreply.github.com>
Date: Tue, 3 Sep 2024 17:50:42 +0300
Subject: [PATCH 3/3] Update README.md
I changed the URL and the name of Mozilla Observatory at the HTTP Security Features section to MDN HTTP Observatory and
'https://developer.mozilla.org/en-US/observatory'
---
.github/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/README.md b/.github/README.md
index e9775a1..a294984 100644
--- a/.github/README.md
+++ b/.github/README.md
@@ -625,7 +625,7 @@ Reviewing security headers is important, as it offers insights into a site's def
- [content-security-policy.com](https://content-security-policy.com/)
- [resourcepolicy.fyi](https://resourcepolicy.fyi/)
- [HTTP Security Headers](https://securityheaders.com/)
-- [Mozilla Observatory](https://observatory.mozilla.org/)
+- [Mozilla HTTP Observatory](https://developer.mozilla.org/en-US/observatory)
- [CSP Docs](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP)
- [HSTS Docs](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security)
- [X-Content-Type-Options Docs](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Content-Type-Options)