From 4ff94e282139558c0d0009c5946ca2f838c5f643 Mon Sep 17 00:00:00 2001 From: NGN <108784453+34bits@users.noreply.github.com> Date: Wed, 21 Aug 2024 14:05:44 +0300 Subject: [PATCH 1/3] Update README.md I changed the year of the license from 2023 to 2024. --- .github/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/README.md b/.github/README.md index a680199..e9775a1 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1277,7 +1277,7 @@ Huge thanks to these wonderful people, who sponsor me on GitHub, their support h ## License -> _**[Lissy93/Web-Check](https://github.com/Lissy93/web-check)** is licensed under [MIT](https://github.com/Lissy93/web-check/blob/HEAD/LICENSE) © [Alicia Sykes](https://aliciasykes.com) 2023._
+> _**[Lissy93/Web-Check](https://github.com/Lissy93/web-check)** is licensed under [MIT](https://github.com/Lissy93/web-check/blob/HEAD/LICENSE) © [Alicia Sykes](https://aliciasykes.com) 2024._
> For information, see TLDR Legal > MIT
@@ -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)