mirror of
https://github.com/Lissy93/web-check.git
synced 2025-05-11 09:44:30 +02:00
Merge 82eea0c7b2
into 50a11a5f50
This commit is contained in:
commit
9ea5806cb4
6
.github/README.md
vendored
6
.github/README.md
vendored
@ -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)
|
||||
@ -1270,7 +1270,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._<br>
|
||||
> _**[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._<br>
|
||||
> <sup align="right">For information, see <a href="https://tldrlegal.com/license/mit-license">TLDR Legal > MIT</a></sup>
|
||||
|
||||
<details>
|
||||
@ -1305,7 +1305,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
<!-- License + Copyright -->
|
||||
<p align="center">
|
||||
<i>© <a href="https://aliciasykes.com">Alicia Sykes</a> 2023</i><br>
|
||||
<i>© <a href="https://aliciasykes.com">Alicia Sykes</a> 2024</i><br>
|
||||
<i>Licensed under <a href="https://gist.github.com/Lissy93/143d2ee01ccc5c052a17">MIT</a></i><br>
|
||||
<a href="https://github.com/lissy93"><img src="https://i.ibb.co/4KtpYxb/octocat-clean-mini.png" /></a><br>
|
||||
<sup>Thanks for visiting :)</sup>
|
||||
|
@ -53,7 +53,7 @@ const Footer = (props: { isFixed?: boolean }): JSX.Element => {
|
||||
<span>
|
||||
<Link to="/about">Web-Check</Link> is
|
||||
licensed under <ALink href={licenseUrl}>MIT</ALink> -
|
||||
© <ALink href={authorUrl}>Alicia Sykes</ALink> 2023
|
||||
© <ALink href={authorUrl}>Alicia Sykes</ALink> 2024
|
||||
</span>
|
||||
</StyledFooter>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user